emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99870: * modes.texi (Minor Mode C


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99870: * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
Date: Sun, 20 Jun 2010 12:30:27 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99870
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sun 2010-06-20 12:30:27 -0400
message:
  * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
modified:
  doc/lispref/ChangeLog
  doc/lispref/modes.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-06-19 18:06:37 +0000
+++ b/doc/lispref/ChangeLog     2010-06-20 16:30:27 +0000
@@ -1,3 +1,7 @@
+2010-06-20  Chong Yidong  <address@hidden>
+
+       * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
+
 2010-06-19  Chong Yidong  <address@hidden>
 
        * errors.texi (Standard Errors): Remove unnecessary markup

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2010-01-13 08:35:10 +0000
+++ b/doc/lispref/modes.texi    2010-06-20 16:30:27 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]