emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit a947cab16c 3/3: magit-commit-extend: Fix mispla


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit a947cab16c 3/3: magit-commit-extend: Fix misplaced newline in docstring
Date: Tue, 2 Jan 2024 10:00:17 -0500 (EST)

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

    magit-commit-extend: Fix misplaced newline in docstring
---
 lisp/magit-commit.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index c00b3b3fd7..da66cfb405 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -202,8 +202,8 @@ With a prefix argument, amend to the commit at `HEAD' 
instead.
 
 With a prefix argument keep the committer date, otherwise change
 it.  The option `magit-commit-extend-override-date' can be used
-to inverse the meaning of the prefix argument.  \n(git commit
---amend --no-edit)"
+to inverse the meaning of the prefix argument.
+\n(git commit --amend --no-edit)"
   (interactive (list (magit-commit-arguments)
                      (if current-prefix-arg
                          (not magit-commit-extend-override-date)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]