aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-mode.el
diff options
context:
space:
mode:
authorGlenn Morris2008-09-06 02:59:40 +0000
committerGlenn Morris2008-09-06 02:59:40 +0000
commitda2cfeef7a578a7d9010d45193938e706ff609bc (patch)
treecd2048fbc49501bb3cd35f682b74b45936cd6d1e /lisp/help-mode.el
parent78578021133b94f2dc9d4355ea2df7b481ee4356 (diff)
downloademacs-da2cfeef7a578a7d9010d45193938e706ff609bc.tar.gz
emacs-da2cfeef7a578a7d9010d45193938e706ff609bc.zip
(help-xref-forward-stack): Doc fix.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r--lisp/help-mode.el2
1 files changed, 1 insertions, 1 deletions
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.")