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

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

[nongnu] elpa/git-commit 68771ebc46 1/2: manual: Fix references to magit


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 68771ebc46 1/2: manual: Fix references to magit-rebase-edit-commit
Date: Wed, 8 Mar 2023 06:00:56 -0500 (EST)

branch: elpa/git-commit
commit 68771ebc46db88b6dc57d5b7d279e22a883adc33
Author: Arialdo Martini <arialdomartini@gmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Fix references to magit-rebase-edit-commit
---
 docs/magit.org       | 2 +-
 docs/magit.texi      | 2 +-
 lisp/magit-extras.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/magit.org b/docs/magit.org
index 87cdb237eb..2ac41c32e0 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -3236,7 +3236,7 @@ Files and Blobs from a Diff]] for more information and 
the key bindings.
 
   Neither the blob nor the file buffer are killed when finishing
   the rebase.  If that is undesirable, then it might be better to
-  use ~magit-rebase-edit-command~ instead of this command.
+  use ~magit-rebase-edit-commit~ instead of this command.
 
 - Key: j (magit-jump-to-diffstat-or-diff) ::
 
diff --git a/docs/magit.texi b/docs/magit.texi
index 83a24b993f..2ace950a82 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -4047,7 +4047,7 @@ visited.
 
 Neither the blob nor the file buffer are killed when finishing
 the rebase.  If that is undesirable, then it might be better to
-use @code{magit-rebase-edit-command} instead of this command.
+use @code{magit-rebase-edit-commit} instead of this command.
 
 @item @kbd{j} (@code{magit-jump-to-diffstat-or-diff})
 @kindex j
diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el
index ba782cd947..8cbd0ca3f1 100644
--- a/lisp/magit-extras.el
+++ b/lisp/magit-extras.el
@@ -506,7 +506,7 @@ to be visited.
 
 Neither the blob nor the file buffer are killed when finishing
 the rebase.  If that is undesirable, then it might be better to
-use `magit-rebase-edit-command' instead of this command."
+use `magit-rebase-edit-commit' instead of this command."
   (interactive (list (magit-file-at-point t t)))
   (let ((magit-diff-visit-previous-blob nil))
     (with-current-buffer



reply via email to

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