branch: elpa/git-commit commit acd26dd9f3708602d4c721395d790a4af7937eed Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@kyleam.com>
manual: Fix command name for magit-toggle-git-debug entry Correct a copy-paste error from 2ed5a06d (magit-toggle-git-debug: New command, 2022-05-02). Fixes #4721. --- docs/magit.org | 2 +- docs/magit.texi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/magit.org b/docs/magit.org index 6b54fbf1b9..888c00ca6b 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -9102,7 +9102,7 @@ issue. If you run Magit from its Git repository, then you should be able to use ~make emacs-Q~ instead of the output of this command. -- Key: M-x magit-toggle-verbose-refresh :: +- Key: M-x magit-toggle-git-debug :: This command toggles whether additional git errors are reported. diff --git a/docs/magit.texi b/docs/magit.texi index 69e401331c..267bed4b8a 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -11098,8 +11098,8 @@ issue lays with Magit or something else. If you run Magit from its Git repository, then you should be able to use @code{make emacs-Q} instead of the output of this command. -@item @kbd{M-x magit-toggle-verbose-refresh} -@findex magit-toggle-verbose-refresh +@item @kbd{M-x magit-toggle-git-debug} +@findex magit-toggle-git-debug This command toggles whether additional git errors are reported. Magit basically calls git for one of these two reasons: for