# HG changeset patch # User Richard M. Stallman # Date 1167514454 0 # Node ID 5faab2f9dd468e111e5c49a73736ffd2ce806be5 # Parent 3f5116deed29cdbb0be9551f675a76496d80352a (define-global-minor-mode): Doc fix. diff -r 3f5116deed29 -r 5faab2f9dd46 lisp/emacs-lisp/easy-mmode.el --- a/lisp/emacs-lisp/easy-mmode.el Sat Dec 30 21:00:03 2006 +0000 +++ b/lisp/emacs-lisp/easy-mmode.el Sat Dec 30 21:34:14 2006 +0000 @@ -274,7 +274,7 @@ (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