Function: help-follow
help-follow is an interactive and byte-compiled function defined in
help-mode.el.gz.
This command is obsolete since 28.1.
Signature
(help-follow)
Documentation
Follow cross-reference at point.
For the cross-reference format, see help-make-xrefs.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
;; The doc string is meant to explain what buttons do.
(defun help-follow ()
"Follow cross-reference at point.
For the cross-reference format, see `help-make-xrefs'."
(declare (obsolete nil "28.1"))
(interactive)
(user-error "No cross-reference here"))