summaryrefslogtreecommitdiff
path: root/lispref/advice.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-09-07 16:27:07 +0000
committerRichard M. Stallman <rms@gnu.org>2001-09-07 16:27:07 +0000
commit59a53efd07b32b23445d2323d54d86bb335631ae (patch)
tree74731d310202c4f882d514b237afb8ad29a17a9c /lispref/advice.texi
parentfc0eccfcce909af0162f59425c8090ba3cf03057 (diff)
downloademacs-59a53efd07b32b23445d2323d54d86bb335631ae.tar.gz
Minor clarification.
Diffstat (limited to 'lispref/advice.texi')
-rw-r--r--lispref/advice.texi2
1 files changed, 1 insertions, 1 deletions
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.