Function: gnus-button-handle-apropos-variable

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

Signature

(gnus-button-handle-apropos-variable URL)

Documentation

Call apropos when pushing the corresponding URL button.

Source Code

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