comparison lispref/anti.texi @ 63647:140e1d563177

(Antinews): Texinfo usage fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Jun 2005 20:09:17 +0000
parents 75c04f750f89
children e836425ee789 b7da78284d4c
comparison
equal deleted inserted replaced
63646:d1cc1214e279 63647:140e1d563177
384 previously autoloaded. 384 previously autoloaded.
385 385
386 @item 386 @item
387 There is a new variable, @code{recursive-load-depth-limit}, which 387 There is a new variable, @code{recursive-load-depth-limit}, which
388 specifies how many times files can recursively load themselves; it is 388 specifies how many times files can recursively load themselves; it is
389 50 by default, and nil means infinity. Previously, Emacs signaled an 389 50 by default, and @code{nil} means infinity. Previously, Emacs signaled an
390 error after just 3 recursive loads, which was boring. 390 error after just 3 recursive loads, which was boring.
391 391
392 @item 392 @item
393 Byte-compiler warnings and error messages will leave out the line and 393 Byte-compiler warnings and error messages will leave out the line and
394 character positions, in order to exercise your debugging skills. 394 character positions, in order to exercise your debugging skills.