emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c9a09ef: * lisp/help-mode.el (help-go-forward): Doc


From: Eli Zaretskii
Subject: [Emacs-diffs] master c9a09ef: * lisp/help-mode.el (help-go-forward): Doc fix.
Date: Sat, 16 May 2015 14:34:40 +0000

branch: master
commit c9a09ef273743e3d3397bebc1f3d6edf53dd67fc
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/help-mode.el (help-go-forward): Doc fix.
    
    (Bug#20577)
---
 lisp/help-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index d6679e9..f99e916 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]