Function: apropos-symbol-button-display-help

apropos-symbol-button-display-help is a byte-compiled function defined in apropos.el.gz.

Signature

(apropos-symbol-button-display-help BUTTON)

Documentation

Display further help for the apropos-symbol button BUTTON.

Source Code

;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defun apropos-symbol-button-display-help (button)
  "Display further help for the `apropos-symbol' button BUTTON."
  (button-activate
   (or (apropos-next-label-button (button-start button))
       (error "There is nothing to follow for `%s'" (button-label button)))))