From: Glenn Morris Date: Sat, 6 Sep 2008 02:59:40 +0000 (+0000) Subject: (help-xref-forward-stack): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~3011 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da2cfeef7a578a7d9010d45193938e706ff609bc;p=emacs.git (help-xref-forward-stack): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b85c8f7708..be3fdb60436 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-09-06 Glenn Morris + * help-mode.el (help-xref-forward-stack): Doc fix. + * add-log.el (change-log-default-name): Autoload safety. 2008-09-05 Wilson Snyder diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 912be60706c..83313fdc518 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -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.")