diff options
| -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 56f087e2ab1..9a6ef7e91e6 100644 --- a/doc/lispref/advice.texi +++ b/doc/lispref/advice.texi | |||
| @@ -329,12 +329,12 @@ advice is initially disabled (@pxref{Enabling Advice}). | |||
| 329 | @var{definition} should have the form | 329 | @var{definition} should have the form |
| 330 | 330 | ||
| 331 | @example | 331 | @example |
| 332 | (advice . @var{LAMBDA}) | 332 | (advice . @var{lambda}) |
| 333 | @end example | 333 | @end example |
| 334 | 334 | ||
| 335 | @noindent | 335 | @noindent |
| 336 | where @var{LAMBDA} is a lambda expression that is evaluated to run the | 336 | where @var{lambda} is a lambda expression; this lambda expression is |
| 337 | advice. @xref{Lambda Expressions}. | 337 | called in order to perform the advice. @xref{Lambda Expressions}. |
| 338 | 338 | ||
| 339 | If the @var{function} argument to @code{ad-add-advice} already has one | 339 | If the @var{function} argument to @code{ad-add-advice} already has one |
| 340 | or more pieces of advice in the specified @var{class}, then | 340 | or more pieces of advice in the specified @var{class}, then |