* lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485)

This commit is contained in:
Stefan Kangas 2019-07-01 08:45:24 +02:00
parent 9ad3f5d1d2
commit 224534ab8d

View 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"]))