]> git.eshelyaron.com Git - emacs.git/commitdiff
Advising Primitives renamed from Subr Arguments.
authorRichard M. Stallman <rms@gnu.org>
Tue, 24 Jun 2003 18:15:25 +0000 (18:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 24 Jun 2003 18:15:25 +0000 (18:15 +0000)
lispref/elisp.texi

index 5121ce752d7d3e50fae941587d2bf826e23097af..8f8a2c9d8fd36008a2dec86f478e31b24048ca9a 100644 (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