summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lispref/elisp.texi2
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