branch: elpa/git-commit
commit 1f7a29371395dbfe6d6fbdc1aaa901638eb8ad45
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    magit-mode-menu: Fix "Show manual" command
    
    The magit-help command was deleted in bc065246 (Remove duplicated
    command magit-help, 2022-03-25).
    
    Fixes #4719.
---
 lisp/magit-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index c6b0910f7e..73718c0dbf 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -499,7 +499,7 @@ which visits the thing at point using `browse-url'."
      ["Worktree..."               magit-worktree t])
     "---"
     ["Show command dispatcher..." magit-dispatch t]
-    ["Show manual"                magit-help t]
+    ["Show manual"                magit-info t]
     ["Show another buffer"        magit-display-repository-buffer t]
     "---"
     ("Change buffer arguments"

Reply via email to