# HG changeset patch # User Richard M. Stallman # Date 999880027 0 # Node ID 06084573402f1cb10b1f2169f3c33617e6f240de # Parent ed9cd33d3e31d133dd38089e913cf7799c808501 Minor clarification. diff -r ed9cd33d3e31 -r 06084573402f lispref/advice.texi --- 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.