(Computed Advice): Minor phrasing change.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 23 Oct 2008 03:51:55 +0000 (03:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 23 Oct 2008 03:51:55 +0000 (03:51 +0000)
doc/lispref/advice.texi

index 56f087e2ab13b76529ff36c3c2b2cba0c456804b..9a6ef7e91e64ebf238f6e21bbe0f7ac8bc93f0b8 100644 (file)
@@ -329,12 +329,12 @@ advice is initially disabled (@pxref{Enabling Advice}).
 @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