diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-07-01 08:45:24 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2019-09-13 20:51:06 +0200 |
commit | 224534ab8d3f60fea28b271859f8eaf373f95089 (patch) | |
tree | f31660af82250c5c47b83eca1bb17607736eeb99 /lisp | |
parent | 9ad3f5d1d26a672763fc289ecb7a8443ad564252 (diff) | |
download | emacs-224534ab8d3f60fea28b271859f8eaf373f95089.tar.gz |
* lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485)
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/help-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index fb29bd2be4f..efc0b8ffa9e 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"])) |