aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/modes.texi
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-06-20 12:30:27 -0400
committerChong Yidong <[email protected]>2010-06-20 12:30:27 -0400
commit0fc76035edd207f6c87b4802bce9fa16d9c857d2 (patch)
tree8634cfb270714e387861aa80470f28799ee4683b /doc/lispref/modes.texi
parent05c123e62c476cbb856417823af0ba7bb59fa0c7 (diff)
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index e5eb90863a..858226ecdf 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -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