(help-xref-forward-stack): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 6 Sep 2008 02:59:40 +0000 (02:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 6 Sep 2008 02:59:40 +0000 (02:59 +0000)
lisp/ChangeLog
lisp/help-mode.el

index 9b85c8f..be3fdb6 100644 (file)
@@ -1,5 +1,7 @@
 2008-09-06  Glenn Morris  <rgm@gnu.org>
 
+       * help-mode.el (help-xref-forward-stack): Doc fix.
+
        * add-log.el (change-log-default-name): Autoload safety.
 
 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
index 912be60..83313fd 100644 (file)
@@ -67,7 +67,7 @@ To use the element, do (apply FUNCTION ARGS) then goto the point.")
 (make-variable-buffer-local 'help-xref-stack)
 
 (defvar help-xref-forward-stack nil
-  "The stack of used to navigate help forwards  after using the back button.
+  "A stack used to navigate help forwards after using the back button.
 Used by `help-follow' and `help-xref-go-forward'.
 An element looks like (POSITION FUNCTION ARGS...).
 To use the element, do (apply FUNCTION ARGS) then goto the point.")