changeset 75110:310ec1edabf2

(Defining Minor Modes): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 05 Jan 2007 19:12:37 +0000
parents 604548d04456
children b2b98aa9d765
files lispref/modes.texi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Fri Jan 05 19:12:03 2007 +0000
+++ b/lispref/modes.texi	Fri Jan 05 19:12:37 2007 +0000
@@ -1487,7 +1487,9 @@
 @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.