]> git.eshelyaron.com Git - emacs.git/commitdiff
Reword previous change.
authorGlenn Morris <rgm@gnu.org>
Wed, 1 Feb 2012 21:19:30 +0000 (16:19 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 1 Feb 2012 21:19:30 +0000 (16:19 -0500)
doc/lispref/modes.texi

index 6f99ddc397214013f4daeed9a8ecd0634e8add6e..f8a21e003e0f82aa79daa06a64c8124d7131fb9c 100644 (file)
@@ -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.
 
-When you define a globalized minor mode, you should generally also
-define a non-globalized version to toggle the mode on an individual
-buffer basis.  This allows 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, when 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 also allows them to disable a
+globally enabled minor mode in a specific major mode, by using that
+mode's hook.
 @end defmac