(Top): Update node listing.
[bpt/emacs.git] / doc / lispref / advice.texi
index 56f087e..bb65d29 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004,
-@c   2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+@c   2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/advising
 @node Advising Functions, Debugging, Byte Compilation, Top
@@ -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