changeset 51653:a14e8c97cfb9

Advising Primitives renamed from Subr Arguments.
author Richard M. Stallman <rms@gnu.org>
date Tue, 24 Jun 2003 18:15:25 +0000
parents 55fb0658914a
children 24b62b8f3def
files lispref/elisp.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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