aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-06-21 20:09:25 +0000
committerRichard M. Stallman <[email protected]>2005-06-21 20:09:25 +0000
commit80df27a708571d5be075f05c3febd337549038e5 (patch)
tree46dff28b7a692a07f910f3b7b850dc649e36a71b /lispref
parent9d7d543c3127ee1e90e319412d7f31da7a658855 (diff)
(Antinews): Texinfo usage fix.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/anti.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 7e99d29455..24d00a90f3 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-21 Richard M. Stallman <[email protected]>
+
+ * anti.texi (Antinews): Texinfo usage fix.
+
2005-06-21 Karl Berry <[email protected]>
* elisp.texi: Use @copying.
diff --git a/lispref/anti.texi b/lispref/anti.texi
index c1aa680525..2c3d6414c1 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -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