From: Richard M. Stallman Date: Sat, 30 Dec 2006 21:34:14 +0000 (+0000) Subject: (define-global-minor-mode): Doc fix. X-Git-Tag: emacs-pretest-22.0.93~336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f729dab765f91d07607af1c56e62d9132afe2d5;p=emacs.git (define-global-minor-mode): Doc fix. --- diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index de8f0a91af4..213854edb54 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -274,7 +274,7 @@ With zero or negative ARG turn mode off. (defalias 'easy-mmode-define-global-mode 'define-global-minor-mode) ;;;###autoload (defmacro define-global-minor-mode (global-mode mode turn-on &rest keys) - "Make GLOBAL-MODE out of the buffer-local minor MODE. + "Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE. TURN-ON is a function that will be called with no args in every buffer and that should try to turn MODE on if applicable for that buffer. KEYS is a list of CL-style keyword arguments. As the minor mode