Function: help-follow-mouse
help-follow-mouse is an interactive and byte-compiled function defined
in help-mode.el.gz.
This command is obsolete since 28.1.
Signature
(help-follow-mouse)
Documentation
Follow the cross-reference that you click on.
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-mouse ()
"Follow the cross-reference that you click on."
(declare (obsolete nil "28.1"))
(interactive)
(error "No cross-reference here"))