]> git.eshelyaron.com Git - emacs.git/commitdiff
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 20 Jun 2010 16:30:27 +0000 (12:30 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 20 Jun 2010 16:30:27 +0000 (12:30 -0400)
doc/lispref/ChangeLog
doc/lispref/modes.texi

index 7e4480fd35b1f46c1db0cb81c1beff8bceb6f219..4a28acbb92c9af8d1971d618e081e9f8aebd73ec 100644 (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
index e5eb90863af7621867245a14079fc1914959aa16..858226ecdfc88340b3abc5de3c4ad384ee2505de 100644 (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