emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111253: * doc/lispref/modes.texi


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111253: * doc/lispref/modes.texi (Minor Mode Conventions): Fix typo.
Date: Tue, 12 Feb 2013 21:20:52 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111253
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-02-12 21:20:52 -0500
message:
  * doc/lispref/modes.texi (Minor Mode Conventions): Fix typo.
modified:
  doc/lispref/ChangeLog
  doc/lispref/modes.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-02-12 00:33:18 +0000
+++ b/doc/lispref/ChangeLog     2013-02-13 02:20:52 +0000
@@ -1,3 +1,7 @@
+2013-02-13  Glenn Morris  <address@hidden>
+
+       * modes.texi (Minor Mode Conventions): Fix typo.
+
 2013-02-12  Glenn Morris  <address@hidden>
 
        * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2013-01-01 09:11:05 +0000
+++ b/doc/lispref/modes.texi    2013-02-13 02:20:52 +0000
@@ -1361,7 +1361,7 @@
 @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 address@hidden
+The value will be @code{nil} if the mode is disabled, and address@hidden
 if the mode is enabled.  The variable should be buffer-local if the
 minor mode is buffer-local.
 


reply via email to

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