emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/advice.texi,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/advice.texi,v
Date: Thu, 23 Oct 2008 03:51:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/10/23 03:51:55

Index: advice.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/advice.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- advice.texi 22 Oct 2008 19:53:33 -0000      1.5
+++ advice.texi 23 Oct 2008 03:51:55 -0000      1.6
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]