diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-09-07 16:27:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-09-07 16:27:07 +0000 |
commit | e5b1bbc5321764da7df0146e818f9ea2c5300f42 (patch) | |
tree | a5a86de477db8e11d81feec581aacf1f756fb92c /lispref/advice.texi | |
parent | 2cf6924027305f974a1e0a851f85dcc8682f5de4 (diff) | |
download | emacs-e5b1bbc5321764da7df0146e818f9ea2c5300f42.tar.gz |
Minor clarification.
Diffstat (limited to 'lispref/advice.texi')
-rw-r--r-- | lispref/advice.texi | 2 |
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. |