]> git.eshelyaron.com Git - emacs.git/commitdiff
; define-globalized-minor-mode: Fix info node link in docstring.
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 13 Jul 2025 11:24:12 +0000 (12:24 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:17:47 +0000 (10:17 +0200)
(cherry picked from commit 0fb20adf8e777c6fc7b0aeda7c004b933528f478)

lisp/emacs-lisp/easy-mmode.el

index 1558bdb172af59a922be433c02376786678a2fd2..8e219da79468c54d12d0e56cadc865541b6d2d19 100644 (file)
@@ -467,8 +467,8 @@ 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 `Defining Minor Modes' for
-details.  The :predicate key causes the macro to create a user option
+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
 globalized minor mode will be switched on.