aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard M. Stallman2007-11-25 03:50:39 +0000
committerRichard M. Stallman2007-11-25 03:50:39 +0000
commitb1baed0bc232113e84f5a13e07793e089414d86c (patch)
tree7ab0f381a3f0d08fcbcf38a0475165d78cb91e51 /doc
parent5c63cc6b110b005ffc703e1c68737a01e0500129 (diff)
downloademacs-b1baed0bc232113e84f5a13e07793e089414d86c.tar.gz
emacs-b1baed0bc232113e84f5a13e07793e089414d86c.zip
(Preactivation, Activation of Advice): Minor cleanup.
Diffstat (limited to 'doc')
-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.
448A value of @code{always} specifies to compile unconditionally. 448A value of @code{always} specifies to compile unconditionally.
449A value of @code{never} specifies never compile the advice. 449A value of @code{never} specifies never compile the advice.
450 450
451A value of @code{maybe} specifies to compile if the byte-compiler is 451A value of @code{maybe} specifies to compile if the byte compiler is
452already loaded. A value of @code{like-original} specifies to compile 452already loaded. A value of @code{like-original} specifies to compile
453the advice if the original definition of the advised function is 453the advice if the original definition of the advised function is
454compiled or a built-in function. 454compiled or a built-in function.
@@ -545,11 +545,11 @@ work properly, because of a mismatch.
545Activation of the advised 545Activation of the advised
546function takes longer than usual. 546function takes longer than usual.
547@item 547@item
548The byte-compiler gets 548The byte compiler gets
549loaded while an advised function gets activated. 549loaded while an advised function gets activated.
550@item 550@item
551@code{byte-compile} is included in the value of @code{features} even 551@code{byte-compile} is included in the value of @code{features} even
552though you did not ever explicitly use the byte-compiler. 552though you did not ever explicitly use the byte compiler.
553@end itemize 553@end itemize
554 554
555Compiled preactivated advice works properly even if the function itself 555Compiled preactivated advice works properly even if the function itself