]> git.eshelyaron.com Git - emacs.git/commitdiff
; define-globalized-minor-mode: Fix capitalization.
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 16 Jul 2025 10:20:08 +0000 (11:20 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 11:52:53 +0000 (13:52 +0200)
(cherry picked from commit 86e32aed4a3506151c9a06df7f4dcdd2c4bbeca1)

lisp/emacs-lisp/easy-mmode.el

index 915dcfa23924c8a8c1e7b18a2160144a6bc9693f..1d6102db8be0e201c5594484a72aed81d089db6b 100644 (file)
@@ -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