emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 224534a: * lisp/help-mode.el (help-mode-menu): Fix


From: Stefan Kangas
Subject: [Emacs-diffs] master 224534a: * lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485)
Date: Fri, 13 Sep 2019 14:55:14 -0400 (EDT)

branch: master
commit 224534ab8d3f60fea28b271859f8eaf373f95089
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    * lisp/help-mode.el (help-mode-menu): Fix typo.  (Bug#36485)
---
 lisp/help-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index fb29bd2..efc0b8f 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -59,7 +59,7 @@
     ["Next Topic" help-go-forward
      :help "Go back to next topic in this help buffer"]
     ["Move to Previous Button" backward-button
-     :help "Move to the Next Button in the help buffer"]
+     :help "Move to the Previous Button in the help buffer"]
     ["Move to Next Button" forward-button
       :help "Move to the Next Button in the help buffer"]))
 



reply via email to

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