From: Stefan Kangas Date: Mon, 1 Jul 2019 06:45:24 +0000 (+0200) Subject: * lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485) X-Git-Tag: emacs-27.0.90~1551^2~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=224534ab8d3f60fea28b271859f8eaf373f95089;p=emacs.git * lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485) --- 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"]))