Function: help-fns--globalized-minor-mode
help-fns--globalized-minor-mode is a byte-compiled function defined in
help-fns.el.gz.
Signature
(help-fns--globalized-minor-mode FUNCTION)
Source Code
;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defun help-fns--globalized-minor-mode (function)
(when (and (symbolp function)
(get function 'globalized-minor-mode))
(help-fns--customize-variable function " the global mode variable.")
(terpri)))