# HG changeset patch # User Richard M. Stallman # Date 1056478525 0 # Node ID a14e8c97cfb9cdc047592f5f33c0a156fdefb01a # Parent 55fb0658914a619264539bc6d834207738666021 Advising Primitives renamed from Subr Arguments. diff -r 55fb0658914a -r a14e8c97cfb9 lispref/elisp.texi --- a/lispref/elisp.texi Tue Jun 24 18:15:06 2003 +0000 +++ b/lispref/elisp.texi Tue Jun 24 18:15:25 2003 +0000 @@ -438,7 +438,7 @@ * 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