]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485)
authorStefan Kangas <stefankangas@gmail.com>
Mon, 1 Jul 2019 06:45:24 +0000 (08:45 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 13 Sep 2019 18:51:06 +0000 (20:51 +0200)
lisp/help-mode.el

index fb29bd2be4fbaeb562b4d43588e9dc3c94d568e9..efc0b8ffa9eeaa9f85a633a8c13157288176c0f3 100644 (file)
@@ -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"]))