aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-21 20:09:25 +0000
committerRichard M. Stallman2005-06-21 20:09:25 +0000
commit80df27a708571d5be075f05c3febd337549038e5 (patch)
tree46dff28b7a692a07f910f3b7b850dc649e36a71b
parent9d7d543c3127ee1e90e319412d7f31da7a658855 (diff)
downloademacs-80df27a708571d5be075f05c3febd337549038e5.tar.gz
emacs-80df27a708571d5be075f05c3febd337549038e5.zip
(Antinews): Texinfo usage fix.
-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 7e99d294555..24d00a90f3a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-06-21 Richard M. Stallman <rms@gnu.org>
2
3 * anti.texi (Antinews): Texinfo usage fix.
4
12005-06-21 Karl Berry <karl@gnu.org> 52005-06-21 Karl Berry <karl@gnu.org>
2 6
3 * elisp.texi: Use @copying. 7 * elisp.texi: Use @copying.
diff --git a/lispref/anti.texi b/lispref/anti.texi
index c1aa680525a..2c3d6414c1c 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -386,7 +386,7 @@ previously autoloaded.
386@item 386@item
387There is a new variable, @code{recursive-load-depth-limit}, which 387There is a new variable, @code{recursive-load-depth-limit}, which
388specifies how many times files can recursively load themselves; it is 388specifies how many times files can recursively load themselves; it is
38950 by default, and nil means infinity. Previously, Emacs signaled an 38950 by default, and @code{nil} means infinity. Previously, Emacs signaled an
390error after just 3 recursive loads, which was boring. 390error after just 3 recursive loads, which was boring.
391 391
392@item 392@item