aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-04-21 05:27:58 +0300
committerEli Zaretskii2016-04-21 05:27:58 +0300
commita77cf24ada2f89194c0ac64aae27bcdf7021e697 (patch)
treea601bc6754a3b3fb48d230ffac0741c273e07453
parent1ba947f275b9675e4c2802cfca52468ff84cfc5e (diff)
downloademacs-a77cf24ada2f89194c0ac64aae27bcdf7021e697.tar.gz
emacs-a77cf24ada2f89194c0ac64aae27bcdf7021e697.zip
Document 'help-go-forward'
* doc/emacs/help.texi (Help Mode): Document and index 'help-go-forward'. (Bug#23323)
-rw-r--r--doc/emacs/help.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index ed813ff0bf6..172d058f857 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -410,6 +410,8 @@ Follow a hyperlink that you click on.
410@item C-c C-c 410@item C-c C-c
411Show all documentation about the symbol at point 411Show all documentation about the symbol at point
412(@code{help-follow-symbol}). 412(@code{help-follow-symbol}).
413@item C-c C-f
414Go forward to the next help topic (@code{help-go-forward}).
413@item C-c C-b 415@item C-c C-b
414Go back to the previous help topic (@code{help-go-back}). 416Go back to the previous help topic (@code{help-go-back}).
415@end table 417@end table
@@ -417,15 +419,18 @@ Go back to the previous help topic (@code{help-go-back}).
417@cindex hyperlink 419@cindex hyperlink
418@findex help-follow 420@findex help-follow
419@findex help-go-back 421@findex help-go-back
422@findex help-go-forward
420@kindex RET @r{(Help mode)} 423@kindex RET @r{(Help mode)}
421@kindex C-c C-b @r{(Help mode)} 424@kindex C-c C-b @r{(Help mode)}
425@kindex C-c C-f @r{(Help mode)}
422 When a function name, variable name, or face name (@pxref{Faces}) 426 When a function name, variable name, or face name (@pxref{Faces})
423appears in the documentation in the help buffer, it is normally an 427appears in the documentation in the help buffer, it is normally an
424underlined @dfn{hyperlink}. To view the associated documentation, 428underlined @dfn{hyperlink}. To view the associated documentation,
425move point there and type @key{RET} (@code{help-follow}), or click on 429move point there and type @key{RET} (@code{help-follow}), or click on
426the hyperlink with @kbd{Mouse-1} or @kbd{Mouse-2}. Doing so replaces 430the hyperlink with @kbd{Mouse-1} or @kbd{Mouse-2}. Doing so replaces
427the contents of the help buffer; to retrace your steps, type @kbd{C-c 431the contents of the help buffer; to retrace your steps, type @kbd{C-c
428C-b} (@code{help-go-back}). 432C-b} (@code{help-go-back}). While retracing your steps, you can go
433forward by using @kbd{C-c C-b} (@code{help-go-forward}).
429 434
430@cindex URL, viewing in help 435@cindex URL, viewing in help
431@cindex help, viewing web pages 436@cindex help, viewing web pages