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