Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c9a09ef2
Commit
c9a09ef2
authored
May 16, 2015
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/help-mode.el (help-go-forward): Doc fix.
(Bug#20577)
parent
21f7a70d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/help-mode.el
lisp/help-mode.el
+1
-1
No files found.
lisp/help-mode.el
View file @
c9a09ef2
...
...
@@ -727,7 +727,7 @@ BUFFER or FRAME."
(
user-error
"No previous help buffer"
)))
(
defun
help-go-forward
()
"Go
back to
next topic in this help buffer."
"Go
to the
next topic in this help buffer."
(
interactive
)
(
if
help-xref-forward-stack
(
help-xref-go-forward
(
current-buffer
))
...
...
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