]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-mode.el (help-go-forward): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 May 2015 14:34:13 +0000 (17:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 May 2015 14:34:13 +0000 (17:34 +0300)
(Bug#20577)

lisp/help-mode.el

index d6679e9e4deb59a0b764a5f14c13b5a990c0f92c..f99e9165bce8043a2061d9f1a42bda433d2b7a6c 100644 (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))