summaryrefslogtreecommitdiff
path: root/doc/lispref/advice.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-11-25 03:50:39 +0000
committerRichard M. Stallman <rms@gnu.org>2007-11-25 03:50:39 +0000
commitb1baed0bc232113e84f5a13e07793e089414d86c (patch)
tree7ab0f381a3f0d08fcbcf38a0475165d78cb91e51 /doc/lispref/advice.texi
parent5c63cc6b110b005ffc703e1c68737a01e0500129 (diff)
downloademacs-b1baed0bc232113e84f5a13e07793e089414d86c.tar.gz
(Preactivation, Activation of Advice): Minor cleanup.
Diffstat (limited to 'doc/lispref/advice.texi')
-rw-r--r--doc/lispref/advice.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/advice.texi b/doc/lispref/advice.texi
index 7eb89d7bd41..168135ef794 100644
--- a/doc/lispref/advice.texi
+++ b/doc/lispref/advice.texi
@@ -448,7 +448,7 @@ that results from activating advice for a function.
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 @@ work properly, because of a mismatch.
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