]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove references to obsolete 'help-follow' in documentation
authorEshel Yaron <me@eshelyaron.com>
Mon, 22 Jan 2024 18:00:48 +0000 (19:00 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jan 2024 18:00:48 +0000 (19:00 +0100)
* doc/emacs/help.texi (Help Mode)
* doc/lispintro/emacs-lisp-intro.texi (Conclusion): Replace
'help-follow' with 'push-button'.

doc/emacs/help.texi
doc/lispintro/emacs-lisp-intro.texi

index 39888cac6d415239f5b77ceeaa9d7a03ca64d191..7e213018003f6e2e084d596312f0ac1877c4c707 100644 (file)
@@ -495,7 +495,7 @@ backward.  It also provides a few special commands:
 
 @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}
@@ -528,7 +528,6 @@ Customize the variable or the face (@code{help-customize}).
 @end table
 
 @cindex hyperlink
-@findex help-follow
 @findex help-go-back
 @findex help-go-forward
 @kindex RET @r{(Help mode)}
@@ -539,7 +538,7 @@ Customize the variable or the face (@code{help-customize}).
   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,
index a06822ce539af1887744a936a6bf1ba7aae229bb..0b9c3e773319308ffca64b4e7524e2592306a5fa 100644 (file)
@@ -18665,7 +18665,7 @@ one of those long, but decipherable functions.  You can look up
 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}).
 
@@ -18674,7 +18674,7 @@ customize the @code{interactive} expression without using the standard
 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