From 8b4ef1fc8f33cd5e3f6ef50dccb614aa02bac64f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 23 Oct 2008 03:51:55 +0000 Subject: [PATCH] (Computed Advice): Minor phrasing change. --- doc/lispref/advice.texi | 6 +++--- 1 file 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}). @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 -- 2.39.5