diff options
| -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 | |||
| 438 | * Preactivation:: Preactivation is a way of speeding up the | 438 | * Preactivation:: Preactivation is a way of speeding up the |
| 439 | loading of compiled advice. | 439 | loading of compiled advice. |
| 440 | * Argument Access in Advice:: How advice can access the function's arguments. | 440 | * Argument Access in Advice:: How advice can access the function's arguments. |
| 441 | * Subr Arguments:: Accessing arguments when advising a primitive. | 441 | * Advising Primitives:: Accessing arguments when advising a primitive. |
| 442 | * Combined Definition:: How advice is implemented. | 442 | * Combined Definition:: How advice is implemented. |
| 443 | 443 | ||
| 444 | Debugging Lisp Programs | 444 | Debugging Lisp Programs |