Function: help-button-action

help-button-action is a byte-compiled function defined in help-mode.el.gz.

Signature

(help-button-action BUTTON)

Documentation

Call BUTTON's help function.

Source Code

;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(defun help-button-action (button)
  "Call BUTTON's help function."
  (help-do-xref nil
		(button-get button 'help-function)
		(button-get button 'help-args)))