diff options
| author | Richard M. Stallman | 2007-11-25 03:50:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-11-25 03:50:39 +0000 |
| commit | b1baed0bc232113e84f5a13e07793e089414d86c (patch) | |
| tree | 7ab0f381a3f0d08fcbcf38a0475165d78cb91e51 /doc | |
| parent | 5c63cc6b110b005ffc703e1c68737a01e0500129 (diff) | |
| download | emacs-b1baed0bc232113e84f5a13e07793e089414d86c.tar.gz emacs-b1baed0bc232113e84f5a13e07793e089414d86c.zip | |
(Preactivation, Activation of Advice): Minor cleanup.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/advice.texi | 6 |
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. | |||
| 448 | A value of @code{always} specifies to compile unconditionally. | 448 | A value of @code{always} specifies to compile unconditionally. |
| 449 | A value of @code{never} specifies never compile the advice. | 449 | A value of @code{never} specifies never compile the advice. |
| 450 | 450 | ||
| 451 | A value of @code{maybe} specifies to compile if the byte-compiler is | 451 | A value of @code{maybe} specifies to compile if the byte compiler is |
| 452 | already loaded. A value of @code{like-original} specifies to compile | 452 | already loaded. A value of @code{like-original} specifies to compile |
| 453 | the advice if the original definition of the advised function is | 453 | the advice if the original definition of the advised function is |
| 454 | compiled or a built-in function. | 454 | compiled or a built-in function. |
| @@ -545,11 +545,11 @@ work properly, because of a mismatch. | |||
| 545 | Activation of the advised | 545 | Activation of the advised |
| 546 | function takes longer than usual. | 546 | function takes longer than usual. |
| 547 | @item | 547 | @item |
| 548 | The byte-compiler gets | 548 | The byte compiler gets |
| 549 | loaded while an advised function gets activated. | 549 | loaded 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 |
| 552 | though you did not ever explicitly use the byte-compiler. | 552 | though you did not ever explicitly use the byte compiler. |
| 553 | @end itemize | 553 | @end itemize |
| 554 | 554 | ||
| 555 | Compiled preactivated advice works properly even if the function itself | 555 | Compiled preactivated advice works properly even if the function itself |