# HG changeset patch # User Chong Yidong # Date 1224733915 0 # Node ID 39579cd3115854e45294f6f47f0a6749af978b10 # Parent 35428148c302ea3c1bedaf4cb4a55007b4ecfdb2 (Computed Advice): Minor phrasing change. diff -r 35428148c302 -r 39579cd31158 doc/lispref/advice.texi --- 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