* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).

This commit is contained in:
Chong Yidong 2010-06-20 12:30:27 -04:00
parent 05c123e62c
commit 0fc76035ed
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-06-20 Chong Yidong <cyd@stupidchicken.com>
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2010-06-19 Chong Yidong <cyd@stupidchicken.com>
* errors.texi (Standard Errors): Remove unnecessary markup

View file

@ -1342,7 +1342,7 @@ or like this, using @code{add-to-list} (@pxref{List Variables}):
Global minor modes distributed with Emacs should if possible support
enabling and disabling via Custom (@pxref{Customization}). To do this,
the first step is to define the mode variable with @code{defcustom}, and
specify @code{:type boolean}.
specify @code{:type 'boolean}.
If just setting the variable is not sufficient to enable the mode, you
should also specify a @code{:set} method which enables the mode by