1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

Advising Primitives renamed from Subr Arguments.

This commit is contained in:
Richard M. Stallman 2003-06-24 18:15:25 +00:00
parent 9a8dc0d341
commit 583abbac88

View file

@ -438,7 +438,7 @@ Advising Functions
* Preactivation:: Preactivation is a way of speeding up the
loading of compiled advice.
* Argument Access in Advice:: How advice can access the function's arguments.
* Subr Arguments:: Accessing arguments when advising a primitive.
* Advising Primitives:: Accessing arguments when advising a primitive.
* Combined Definition:: How advice is implemented.
Debugging Lisp Programs