emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110661: * doc/misc/cl.texi (Declarat


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110661: * doc/misc/cl.texi (Declarations): Fix typos.
Date: Wed, 24 Oct 2012 21:49:54 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110661
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-24 21:49:54 -0400
message:
  * doc/misc/cl.texi (Declarations): Fix typos.
modified:
  doc/misc/ChangeLog
  doc/misc/cl.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-10-25 00:58:40 +0000
+++ b/doc/misc/ChangeLog        2012-10-25 01:49:54 +0000
@@ -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  <address@hidden>
 

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2012-10-25 00:58:40 +0000
+++ b/doc/misc/cl.texi  2012-10-25 01:49:54 +0000
@@ -3088,12 +3088,11 @@
 The default level for both qualities is 1.
 
 In this package, with the optimizing compiler, the
address@hidden FIXME does not exist?
address@hidden quality is tied to the @code{byte-compile-optimize}
address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]