* doc/misc/cl.texi (Declarations): Fix typos.
authorGlenn Morris <rgm@gnu.org>
Thu, 25 Oct 2012 01:49:54 +0000 (21:49 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 25 Oct 2012 01:49:54 +0000 (21:49 -0400)
doc/misc/ChangeLog
doc/misc/cl.texi

index efc4de8..ec46ab5 100644 (file)
@@ -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  <rgm@gnu.org>
 
index d3cc8bb..9200958 100644 (file)
@@ -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