From: Richard M. Stallman <rms@gnu.org>
Date: Fri, 7 Sep 2001 16:27:07 +0000 (+0000)
Subject: Minor clarification.
X-Git-Tag: emacs-pretest-21.0.106~195
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59a53efd07b32b23445d2323d54d86bb335631ae;p=emacs.git

Minor clarification.
---

diff --git a/lispref/advice.texi b/lispref/advice.texi
index c2c85ae2047..bfb69cc3ee5 100644
--- a/lispref/advice.texi
+++ b/lispref/advice.texi
@@ -717,7 +717,7 @@ the beginning of the combined definition.
 
 The interactive form is present if the original function or some piece
 of advice specifies one.  When an interactive primitive function is
-advised, a special method is used: to call the primitive with
+advised, advice uses a special method: it calls the primitive with
 @code{call-interactively} so that it will read its own arguments.
 In this case, the advice cannot access the arguments.