aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-23 03:51:55 +0000
committerChong Yidong2008-10-23 03:51:55 +0000
commit8b4ef1fc8f33cd5e3f6ef50dccb614aa02bac64f (patch)
treed45ca48877111cc9fde9dfe935aba2e4ed639a01
parent730ad3db854479eb5e19a0d8c33cae17ef3b47a6 (diff)
downloademacs-8b4ef1fc8f33cd5e3f6ef50dccb614aa02bac64f.tar.gz
emacs-8b4ef1fc8f33cd5e3f6ef50dccb614aa02bac64f.zip
(Computed Advice): Minor phrasing change.
-rw-r--r--doc/lispref/advice.texi6
1 files 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}).
329@var{definition} should have the form 329@var{definition} should have the form
330 330
331@example 331@example
332(advice . @var{LAMBDA}) 332(advice . @var{lambda})
333@end example 333@end example
334 334
335@noindent 335@noindent
336where @var{LAMBDA} is a lambda expression that is evaluated to run the 336where @var{lambda} is a lambda expression; this lambda expression is
337advice. @xref{Lambda Expressions}. 337called in order to perform the advice. @xref{Lambda Expressions}.
338 338
339If the @var{function} argument to @code{ad-add-advice} already has one 339If the @var{function} argument to @code{ad-add-advice} already has one
340or more pieces of advice in the specified @var{class}, then 340or more pieces of advice in the specified @var{class}, then