diff options
| author | Glenn Morris | 2008-09-06 02:59:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-09-06 02:59:40 +0000 |
| commit | da2cfeef7a578a7d9010d45193938e706ff609bc (patch) | |
| tree | cd2048fbc49501bb3cd35f682b74b45936cd6d1e /lisp/help-mode.el | |
| parent | 78578021133b94f2dc9d4355ea2df7b481ee4356 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 71 | Used by `help-follow' and `help-xref-go-forward'. | 71 | Used by `help-follow' and `help-xref-go-forward'. |
| 72 | An element looks like (POSITION FUNCTION ARGS...). | 72 | An element looks like (POSITION FUNCTION ARGS...). |
| 73 | To use the element, do (apply FUNCTION ARGS) then goto the point.") | 73 | To use the element, do (apply FUNCTION ARGS) then goto the point.") |