Variable: bind-key-describe-special-forms

bind-key-describe-special-forms is a customizable variable defined in bind-key.el.gz.

Value

nil

Documentation

If non-nil, extract docstrings from lambdas, closures and keymaps if possible.

Source Code

;; Defined in /usr/src/emacs/lisp/bind-key.el.gz
(defcustom bind-key-describe-special-forms nil
  "If non-nil, extract docstrings from lambdas, closures and keymaps if possible."
  :type 'boolean
  :group 'bind-key)