branch: elpa/magit
commit 1c2f05985b063c35828c490cb0e7b759be81ce69
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-ediff-show-stash: Justify docstring
---
lisp/magit-ediff.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el
index 5f578d79eb..96b69e63d9 100644
--- a/lisp/magit-ediff.el
+++ b/lisp/magit-ediff.el
@@ -446,9 +446,9 @@ FILE must be relative to the top directory of the
repository."
;;;###autoload
(defun magit-ediff-show-stash (stash)
"Show changes introduced by STASH using Ediff.
-`magit-ediff-show-stash-with-index' controls whether a
-three-buffer Ediff is used in order to distinguish changes in the
-stash that were staged."
+`magit-ediff-show-stash-with-index' controls whether a three-buffer
+Ediff is used in order to distinguish changes in the stash that were
+staged."
(interactive (list (magit-read-stash "Stash")))
(pcase-let* ((revA (concat stash "^1"))
(revB (concat stash "^2"))