diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-06-24 18:15:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-06-24 18:15:25 +0000 |
commit | 583abbac8854840d0160a0e604eff4fd67b6bcb9 (patch) | |
tree | fd6b501a766b2c78a04dd6dbe0e7136191548b27 /lispref | |
parent | 9a8dc0d34167b8ec82a2bfffdf006050b852b9ff (diff) | |
download | emacs-583abbac8854840d0160a0e604eff4fd67b6bcb9.tar.gz |
Advising Primitives renamed from Subr Arguments.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/elisp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |