From 6e52495175e94b1cd30508892fd7eeadd5560e62 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 22 Jan 2024 19:00:48 +0100 Subject: [PATCH] ; Remove references to obsolete 'help-follow' in documentation * doc/emacs/help.texi (Help Mode) * doc/lispintro/emacs-lisp-intro.texi (Conclusion): Replace 'help-follow' with 'push-button'. --- doc/emacs/help.texi | 5 ++--- doc/lispintro/emacs-lisp-intro.texi | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 39888cac6d4..7e213018003 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -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, diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index a06822ce539..0b9c3e77331 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -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 -- 2.39.5