From da2cfeef7a578a7d9010d45193938e706ff609bc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 6 Sep 2008 02:59:40 +0000 Subject: [PATCH] (help-xref-forward-stack): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/help-mode.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b85c8f770..be3fdb6043 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 912be60706..83313fdc51 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.") -- 2.20.1