aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
717 717
718The interactive form is present if the original function or some piece 718The interactive form is present if the original function or some piece
719of advice specifies one. When an interactive primitive function is 719of advice specifies one. When an interactive primitive function is
720advised, a special method is used: to call the primitive with 720advised, advice uses a special method: it calls the primitive with
721@code{call-interactively} so that it will read its own arguments. 721@code{call-interactively} so that it will read its own arguments.
722In this case, the advice cannot access the arguments. 722In this case, the advice cannot access the arguments.
723 723