Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
da2cfeef
Commit
da2cfeef
authored
Sep 06, 2008
by
Glenn Morris
Browse files
(help-xref-forward-stack): Doc fix.
parent
78578021
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/help-mode.el
lisp/help-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
da2cfeef
2008-09-06 Glenn Morris <rgm@gnu.org>
* help-mode.el (help-xref-forward-stack): Doc fix.
* add-log.el (change-log-default-name): Autoload safety.
2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
...
...
lisp/help-mode.el
View file @
da2cfeef
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment