Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cf46a8ff
Commit
cf46a8ff
authored
Feb 01, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reword previous change.
parent
78cef877
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/lispref/modes.texi
doc/lispref/modes.texi
+5
-5
No files found.
doc/lispref/modes.texi
View file @
cf46a8ff
...
...
@@ -1522,11 +1522,11 @@ starts, for example by providing a @code{:require} keyword.
Use @code{:group @var{group}} in @var{keyword-args} to specify the
custom group for the mode variable of the global minor mode.
W
hen you define a globalized minor mode, you should
generally also
define a non-globalized version
to toggle the mode on an individual
buffer
basi
s. This al
lows users to disable a globally enabled minor
mode in a specific major mode
if they wish, by deactivating the local
minor mode in the major
mode's hook.
Generally speaking, w
hen you define a globalized minor mode, you should
also
define a non-globalized version
, so that people can use (or
disable) it in individual
buffers. This al
so allows them to disable a
globally enabled minor
mode in a specific major mode
, by using that
mode's hook.
@end defmac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment