]> git.eshelyaron.com Git - emacs.git/commitdiff
(Antinews): Texinfo usage fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Jun 2005 20:09:25 +0000 (20:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Jun 2005 20:09:25 +0000 (20:09 +0000)
lispref/ChangeLog
lispref/anti.texi

index 7e99d294555ed9e55c3d2744f8c713f586fe1e38..24d00a90f3a6abd9316380de4cf73bdba41871f7 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-21  Richard M. Stallman  <rms@gnu.org>
+
+       * anti.texi (Antinews): Texinfo usage fix.
+
 2005-06-21  Karl Berry  <karl@gnu.org>
 
        * elisp.texi: Use @copying.
index c1aa680525a3ed45e678d71be75327dd5fd516b7..2c3d6414c1cef9c08409ed4a78fcd9eb1d03a9ff 100644 (file)
@@ -386,7 +386,7 @@ previously autoloaded.
 @item
 There is a new variable, @code{recursive-load-depth-limit}, which
 specifies how many times files can recursively load themselves; it is
-50 by default, and nil means infinity.  Previously, Emacs signaled an
+50 by default, and @code{nil} means infinity.  Previously, Emacs signaled an
 error after just 3 recursive loads, which was boring.
 
 @item