* lisp/help-mode.el (help-go-forward): Doc fix.
(Bug#20577)
This commit is contained in:
parent
21f7a70dcc
commit
c9a09ef273
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue