Function: gnus-button-handle-describe-function

gnus-button-handle-describe-function is a byte-compiled function defined in gnus-art.el.gz.

Signature

(gnus-button-handle-describe-function URL)

Documentation

Call describe-function when pushing the corresponding URL button.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun gnus-button-handle-describe-function (url)
  "Call `describe-function' when pushing the corresponding URL button."
  (describe-function
   (intern
    (replace-regexp-in-string gnus-button-handle-describe-prefix "" url))))