@table @kbd
@item @key{RET}
-Follow a cross reference at point (@code{help-follow}).
+Follow a cross reference at point (@code{push-button}).
@item @key{TAB}
Move point forward to the next hyperlink (@code{forward-button}).
@item S-@key{TAB}
@end table
@cindex hyperlink
-@findex help-follow
@findex help-go-back
@findex help-go-forward
@kindex RET @r{(Help mode)}
When a function name, variable name, or face name (@pxref{Faces})
appears in the documentation in the help buffer, it is normally an
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{push-button}), or click on
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
C-b} or @kbd{l} (@code{help-go-back}). While retracing your steps,
In this instance, since the code is Lisp, the @file{*Help*} buffer
contains the name of the library containing the function's source.
You can put point over the name of the library and press the @key{RET} key,
-which in this situation is bound to @code{help-follow}, and be taken
+which in this situation is bound to @code{push-button}, and be taken
directly to the source, in the same way as @kbd{M-.}
(@code{xref-find-definitions}).
character codes; and it shows how to create a temporary buffer.
(The @code{indent-to} function is written in C rather than Emacs Lisp;
-it is a built-in function. @code{help-follow} takes you to its
+it is a built-in function. @code{push-button} takes you to its
source as does @code{xref-find-definitions}, when properly set up.)
You can look at a function's source using