Mercurial > emacs
changeset 99071:39579cd31158
(Computed Advice): Minor phrasing change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 23 Oct 2008 03:51:55 +0000 |
parents | 35428148c302 |
children | 741755a52dcf |
files | doc/lispref/advice.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/advice.texi Thu Oct 23 02:42:20 2008 +0000 +++ b/doc/lispref/advice.texi Thu Oct 23 03:51:55 2008 +0000 @@ -329,12 +329,12 @@ @var{definition} should have the form @example -(advice . @var{LAMBDA}) +(advice . @var{lambda}) @end example @noindent -where @var{LAMBDA} is a lambda expression that is evaluated to run the -advice. @xref{Lambda Expressions}. +where @var{lambda} is a lambda expression; this lambda expression is +called in order to perform the advice. @xref{Lambda Expressions}. If the @var{function} argument to @code{ad-add-advice} already has one or more pieces of advice in the specified @var{class}, then