1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00: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