# HG changeset patch # User Chong Yidong # Date 1277051427 14400 # Node ID d3b4a33112536a59e30f9a5ba083219586bce9f0 # Parent 452ecb3f69c0c42190fc0f80271a33b57ad3cbba * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477). diff -r 452ecb3f69c0 -r d3b4a3311253 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Sun Jun 20 16:17:05 2010 +0000 +++ b/doc/lispref/ChangeLog Sun Jun 20 12:30:27 2010 -0400 @@ -1,3 +1,7 @@ +2010-06-20 Chong Yidong + + * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477). + 2010-06-19 Chong Yidong * errors.texi (Standard Errors): Remove unnecessary markup diff -r 452ecb3f69c0 -r d3b4a3311253 doc/lispref/modes.texi --- a/doc/lispref/modes.texi Sun Jun 20 16:17:05 2010 +0000 +++ b/doc/lispref/modes.texi Sun Jun 20 12:30:27 2010 -0400 @@ -1342,7 +1342,7 @@ 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