diff options
Diffstat (limited to 'lispref/advice.texi')
-rw-r--r-- | lispref/advice.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/advice.texi b/lispref/advice.texi index 003e12ad833..ec8d666a422 100644 --- a/lispref/advice.texi +++ b/lispref/advice.texi @@ -673,6 +673,7 @@ Instead they are implemented specially by the advice mechanism. @node Advising Primitives @section Advising Primitives +@cindex advising primitives Advising a primitive function (also called a ``subr'') is risky. Some primitive functions are used by the advice mechanism; advising |