Variable: lisp-describe-sym-command
lisp-describe-sym-command is a variable defined in inf-lisp.el.gz.
Value
"(describe '%s)\n"
Documentation
Command to query inferior Lisp for a variable's documentation.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/inf-lisp.el.gz
(defvar lisp-describe-sym-command
"(describe '%s)\n"
"Command to query inferior Lisp for a variable's documentation.")