comparison lispref/anti.texi @ 63636:75c04f750f89

Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 14:13:49 +0000
parents cf6c8ad878b9
children 140e1d563177
comparison
equal deleted inserted replaced
63635:459b51f0458c 63636:75c04f750f89
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 signalled an 389 50 by default, and 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.