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 | |
| parent | 78578021133b94f2dc9d4355ea2df7b481ee4356 (diff) | |
| download | emacs-da2cfeef7a578a7d9010d45193938e706ff609bc.tar.gz emacs-da2cfeef7a578a7d9010d45193938e706ff609bc.zip | |
(help-xref-forward-stack): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/help-mode.el | 2 |
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 @@ | |||
| 1 | 2008-09-06 Glenn Morris <rgm@gnu.org> | 1 | 2008-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 | ||
| 5 | 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org> | 7 | 2008-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. |
| 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.") |