* lisp/help-mode.el (help-go-forward): Doc fix.

(Bug#20577)
This commit is contained in:
Eli Zaretskii 2015-05-16 17:34:13 +03:00
parent 21f7a70dcc
commit c9a09ef273

View file

@ -727,7 +727,7 @@ BUFFER or FRAME."
(user-error "No previous help buffer")))
(defun help-go-forward ()
"Go back to next topic in this help buffer."
"Go to the next topic in this help buffer."
(interactive)
(if help-xref-forward-stack
(help-xref-go-forward (current-buffer))