changeset 39191:06084573402f

Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Sep 2001 16:27:07 +0000
parents ed9cd33d3e31
children ac71b28eccf8
files lispref/advice.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/advice.texi	Fri Sep 07 16:17:54 2001 +0000
+++ b/lispref/advice.texi	Fri Sep 07 16:27:07 2001 +0000
@@ -717,7 +717,7 @@
 
 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.