From: Glenn Morris Date: Thu, 25 Oct 2012 01:49:54 +0000 (-0400) Subject: * doc/misc/cl.texi (Declarations): Fix typos. X-Git-Tag: emacs-24.2.90~209^2~79 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39ff2cf3c6cd38baf66c8c7c7ffc5b1f11a52528;p=emacs.git * doc/misc/cl.texi (Declarations): Fix typos. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index efc4de8646b..ec46ab5eb05 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -12,6 +12,7 @@ (Dynamic Bindings): Update for changed progv behavior. (Loop Examples, Efficiency Concerns): Markup fixes. (Structures): Remove TeX margin change. + (Declarations): Fix typos. 2012-10-24 Glenn Morris diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index d3cc8bb76eb..9200958a1b5 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -3088,12 +3088,11 @@ and @code{safety}. The value of a quality should be an integer from The default level for both qualities is 1. In this package, with the optimizing compiler, the -@c FIXME does not exist? -@code{speed} quality is tied to the @code{byte-compile-optimize} +@code{speed} quality is tied to the @code{byte-optimize} flag, which is set to @code{nil} for @code{(speed 0)} and to @code{t} for higher settings; and the @code{safety} quality is tied to the @code{byte-compile-delete-errors} flag, which is -set to @code{t} for @code{(safety 3)} and to @code{nil} for all +set to @code{nil} for @code{(safety 3)} and to @code{t} for all lower settings. (The latter flag controls whether the compiler is allowed to optimize out code whose only side-effect could be to signal an error, e.g., rewriting @code{(progn foo bar)} to