aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/help-mode.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b85c8f7708..be3fdb60436 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-09-06 Glenn Morris <rgm@gnu.org> 12008-09-06 Glenn Morris <rgm@gnu.org>
2 2
3 * help-mode.el (help-xref-forward-stack): Doc fix.
4
3 * add-log.el (change-log-default-name): Autoload safety. 5 * add-log.el (change-log-default-name): Autoload safety.
4 6
52008-09-05 Wilson Snyder <wsnyder@wsnyder.org> 72008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
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.")
67(make-variable-buffer-local 'help-xref-stack) 67(make-variable-buffer-local 'help-xref-stack)
68 68
69(defvar help-xref-forward-stack nil 69(defvar help-xref-forward-stack nil
70 "The stack of used to navigate help forwards after using the back button. 70 "A stack used to navigate help forwards after using the back button.
71Used by `help-follow' and `help-xref-go-forward'. 71Used by `help-follow' and `help-xref-go-forward'.
72An element looks like (POSITION FUNCTION ARGS...). 72An element looks like (POSITION FUNCTION ARGS...).
73To use the element, do (apply FUNCTION ARGS) then goto the point.") 73To use the element, do (apply FUNCTION ARGS) then goto the point.")