]> git.eshelyaron.com Git - emacs.git/commitdiff
(Defining Minor Modes): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Jan 2007 19:12:37 +0000 (19:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Jan 2007 19:12:37 +0000 (19:12 +0000)
lispref/modes.texi

index c5fd0159ac2cc5b7fb8a9ada7e04262f13b8da08..b46c0c0e1a5331f06174e61983b35d54078e3e1c 100644 (file)
@@ -1487,7 +1487,9 @@ buffers.  To turn on the minor mode in a buffer, it uses the function
 @minus{}1 as argument.
 
 Globally enabling the mode also affects buffers subsequently created
-by visiting files, but not buffers subsequently created in other ways.
+by visiting files, and buffers that use a major mode other than
+Fundamental mode; but it does not detect the creation of a new buffer
+in Fundamental mode.
 
 Use @code{:group @var{group}} in @var{keyword-args} to specify the
 custom group for the mode variable of the global minor mode.