1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Minor clarification.

This commit is contained in:
Richard M. Stallman 2001-09-07 16:27:07 +00:00
parent fc0eccfcce
commit 59a53efd07

View file

@ -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.