From 39ff2cf3c6cd38baf66c8c7c7ffc5b1f11a52528 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Oct 2012 21:49:54 -0400 Subject: [PATCH] * doc/misc/cl.texi (Declarations): Fix typos. --- doc/misc/ChangeLog | 1 + doc/misc/cl.texi | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.4.GIT