Function: mode-line-minor-mode-help
mode-line-minor-mode-help is an interactive and byte-compiled function
defined in bindings.el.gz.
Signature
(mode-line-minor-mode-help EVENT)
Documentation
Describe minor mode for EVENT on minor modes area of the mode line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defun mode-line-minor-mode-help (event)
"Describe minor mode for EVENT on minor modes area of the mode line."
(interactive "@e")
(let ((indicator (car (nth 4 (car (cdr event))))))
(describe-minor-mode-from-indicator indicator event)))