mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; define-globalized-minor-mode: Fix capitalization.
This commit is contained in:
parent
24db9b7962
commit
86e32aed4a
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,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
|
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...),
|
in those modes and their descendants), or a list (not MODES...),
|
||||||
meaning switch on in any major mode except MODES. The value can also
|
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
|
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\".
|
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
|
That user option can then be used to customize in which modes this
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue