(help-xref-forward-stack): Doc fix.

This commit is contained in:
Glenn Morris 2008-09-06 02:59:40 +00:00
parent 7857802113
commit da2cfeef7a
2 changed files with 3 additions and 1 deletions

View 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>

View 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.")