branch: elpa/git-commit
commit a0b3b31d885865917e4e2785c5fb2fbe621ed62b
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-with-editor: Update docstring
---
 lisp/magit-git.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index d2937dcfeb..0d30b83eef 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -315,7 +315,7 @@ Emacs to edit commit messages but would like to do so to 
edit
 rebase sequences.")
 
 (defmacro magit-with-editor (&rest body)
-  "Like `with-editor' but let-bind some more variables.
+  "Like `with-editor*' but let-bind some more variables.
 Also respect the value of `magit-with-editor-envvar'."
   (declare (indent 0) (debug (body)))
   `(let ((magit-process-popup-time -1)

Reply via email to