From: Richard M. Stallman Date: Tue, 24 Jun 2003 18:15:25 +0000 (+0000) Subject: Advising Primitives renamed from Subr Arguments. X-Git-Tag: ttn-vms-21-2-B4~9576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=583abbac8854840d0160a0e604eff4fd67b6bcb9;p=emacs.git Advising Primitives renamed from Subr Arguments. --- diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 5121ce752d7..8f8a2c9d8fd 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -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