(Defining Minor Modes): Fix previous change.
This commit is contained in:
parent
fb395c0fc4
commit
c5954f144d
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue