From: Sean Whitton Date: Wed, 16 Jul 2025 10:20:08 +0000 (+0100) Subject: ; define-globalized-minor-mode: Fix capitalization. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd2f0db83e1bdc55316964d133f5e37090654ceb;p=emacs.git ; define-globalized-minor-mode: Fix capitalization. (cherry picked from commit 86e32aed4a3506151c9a06df7f4dcdd2c4bbeca1) --- diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 915dcfa2392..1d6102db8be 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -467,7 +467,7 @@ switch on the minor mode in all major modes), nil (meaning don't switch on in any major mode), a list of modes (meaning switch on only in those modes and their descendants), or a list (not MODES...), meaning switch on in any major mode except MODES. The value can also -mix all of these forms, see the info node `(elisp)Defining Minor Modes' +mix all of these forms, see the Info node `(elisp)Defining Minor Modes' for details. The :predicate key causes the macro to create a user option named the same as MODE, but ending with \"-modes\" instead of \"-mode\". That user option can then be used to customize in which modes this