]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/modes.texi
Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org
[gnu-emacs] / doc / lispref / modes.texi
index 71ce2bb9271081e1ea70bd1fbfac54805dd2ab93..5f1eb8619eea3945d17255500d8983f4839c1b8e 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.