]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/modes.texi (Minor Mode Conventions): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Feb 2013 02:20:52 +0000 (21:20 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Feb 2013 02:20:52 +0000 (21:20 -0500)
doc/lispref/ChangeLog
doc/lispref/modes.texi

index 609ac84a892cc706e6f698322e4c020aa4fc7cde..0a7a131c6a969a47ab7e8a062cd0147c63d658d4 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-13  Glenn Morris  <rgm@gnu.org>
+
+       * modes.texi (Minor Mode Conventions): Fix typo.
+
 2013-02-12  Glenn Morris  <rgm@gnu.org>
 
        * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
index 29aba877ba2ce504b66afc1ecf99d22a17d7b6bd..425bb58b651875bdea0dfa928ca36385c44f8ec2 100644 (file)
@@ -1361,7 +1361,7 @@ follow them is to use the macro @code{define-minor-mode}.
 @cindex mode variable
 Define a variable whose name ends in @samp{-mode}.  We call this the
 @dfn{mode variable}.  The minor mode command should set this variable.
-The value will be @code{nil} is the mode is disabled, and non-@code{nil}
+The value will be @code{nil} if the mode is disabled, and non-@code{nil}
 if the mode is enabled.  The variable should be buffer-local if the
 minor mode is buffer-local.