mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
This commit is contained in:
parent
05c123e62c
commit
0fc76035ed
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue