Function: Helper-describe-bindings
Helper-describe-bindings is an autoloaded, interactive and
byte-compiled function defined in helper.el.gz.
Signature
(Helper-describe-bindings)
Documentation
Describe local key bindings of current mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/helper.el.gz
;;;###autoload
(defun Helper-describe-bindings ()
"Describe local key bindings of current mode."
(interactive)
(save-window-excursion (describe-bindings))
(Helper-help-scroller))