Function: Helper-describe-variable
Helper-describe-variable is an interactive and byte-compiled function
defined in helper.el.gz.
Signature
(Helper-describe-variable)
Documentation
Describe a variable. Name read interactively.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/helper.el.gz
(defun Helper-describe-variable ()
"Describe a variable. Name read interactively."
(interactive)
(save-window-excursion (call-interactively 'describe-variable))
(Helper-help-scroller))