From 59a53efd07b32b23445d2323d54d86bb335631ae Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 7 Sep 2001 16:27:07 +0000 Subject: [PATCH] Minor clarification. --- lispref/advice.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2