diff options
| -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. | |||
| 717 | 717 | ||
| 718 | The interactive form is present if the original function or some piece | 718 | The interactive form is present if the original function or some piece |
| 719 | of advice specifies one. When an interactive primitive function is | 719 | of advice specifies one. When an interactive primitive function is |
| 720 | advised, a special method is used: to call the primitive with | 720 | advised, 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. |
| 722 | In this case, the advice cannot access the arguments. | 722 | In this case, the advice cannot access the arguments. |
| 723 | 723 | ||