# HG changeset patch # User Richard M. Stallman # Date 1168024357 0 # Node ID 310ec1edabf254600e3a2ce84a2718fb2bbfdd70 # Parent 604548d04456501ea985000bf28f53d9acbf82c7 (Defining Minor Modes): Fix previous change. diff -r 604548d04456 -r 310ec1edabf2 lispref/modes.texi --- 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.