Document 'help-go-forward'
* doc/emacs/help.texi (Help Mode): Document and index 'help-go-forward'. (Bug#23323)
This commit is contained in:
parent
1ba947f275
commit
a77cf24ada
1 changed files with 6 additions and 1 deletions
|
@ -410,6 +410,8 @@ Follow a hyperlink that you click on.
|
||||||
@item C-c C-c
|
@item C-c C-c
|
||||||
Show all documentation about the symbol at point
|
Show all documentation about the symbol at point
|
||||||
(@code{help-follow-symbol}).
|
(@code{help-follow-symbol}).
|
||||||
|
@item C-c C-f
|
||||||
|
Go forward to the next help topic (@code{help-go-forward}).
|
||||||
@item C-c C-b
|
@item C-c C-b
|
||||||
Go back to the previous help topic (@code{help-go-back}).
|
Go back to the previous help topic (@code{help-go-back}).
|
||||||
@end table
|
@end table
|
||||||
|
@ -417,15 +419,18 @@ Go back to the previous help topic (@code{help-go-back}).
|
||||||
@cindex hyperlink
|
@cindex hyperlink
|
||||||
@findex help-follow
|
@findex help-follow
|
||||||
@findex help-go-back
|
@findex help-go-back
|
||||||
|
@findex help-go-forward
|
||||||
@kindex RET @r{(Help mode)}
|
@kindex RET @r{(Help mode)}
|
||||||
@kindex C-c C-b @r{(Help mode)}
|
@kindex C-c C-b @r{(Help mode)}
|
||||||
|
@kindex C-c C-f @r{(Help mode)}
|
||||||
When a function name, variable name, or face name (@pxref{Faces})
|
When a function name, variable name, or face name (@pxref{Faces})
|
||||||
appears in the documentation in the help buffer, it is normally an
|
appears in the documentation in the help buffer, it is normally an
|
||||||
underlined @dfn{hyperlink}. To view the associated documentation,
|
underlined @dfn{hyperlink}. To view the associated documentation,
|
||||||
move point there and type @key{RET} (@code{help-follow}), or click on
|
move point there and type @key{RET} (@code{help-follow}), or click on
|
||||||
the hyperlink with @kbd{Mouse-1} or @kbd{Mouse-2}. Doing so replaces
|
the hyperlink with @kbd{Mouse-1} or @kbd{Mouse-2}. Doing so replaces
|
||||||
the contents of the help buffer; to retrace your steps, type @kbd{C-c
|
the contents of the help buffer; to retrace your steps, type @kbd{C-c
|
||||||
C-b} (@code{help-go-back}).
|
C-b} (@code{help-go-back}). While retracing your steps, you can go
|
||||||
|
forward by using @kbd{C-c C-b} (@code{help-go-forward}).
|
||||||
|
|
||||||
@cindex URL, viewing in help
|
@cindex URL, viewing in help
|
||||||
@cindex help, viewing web pages
|
@cindex help, viewing web pages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue