changeset 86437:5e5bea44b40c

(Preactivation, Activation of Advice): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Nov 2007 03:50:39 +0000
parents 72447710b4f2
children 194e0eca9ec2
files doc/lispref/advice.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/advice.texi	Sun Nov 25 03:50:05 2007 +0000
+++ b/doc/lispref/advice.texi	Sun Nov 25 03:50:39 2007 +0000
@@ -448,7 +448,7 @@
 A value of @code{always} specifies to compile unconditionally.
 A value of @code{never} specifies never compile the advice.
 
-A value of @code{maybe} specifies to compile if the byte-compiler is
+A value of @code{maybe} specifies to compile if the byte compiler is
 already loaded.  A value of @code{like-original} specifies to compile
 the advice if the original definition of the advised function is
 compiled or a built-in function.
@@ -545,11 +545,11 @@
 Activation of the advised
 function takes longer than usual.
 @item
-The byte-compiler gets
+The byte compiler gets
 loaded while an advised function gets activated.
 @item
 @code{byte-compile} is included in the value of @code{features} even
-though you did not ever explicitly use the byte-compiler.
+though you did not ever explicitly use the byte compiler.
 @end itemize
 
 Compiled preactivated advice works properly even if the function itself