Mercurial > emacs
changeset 109250:d3b4a3311253
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 20 Jun 2010 12:30:27 -0400 |
parents | 452ecb3f69c0 |
children | e60e30383efd |
files | doc/lispref/ChangeLog doc/lispref/modes.texi |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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