diff options
| -rw-r--r-- | doc/lispref/advice.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/advice.texi b/doc/lispref/advice.texi index bb65d29bfaa..57cfc616f23 100644 --- a/doc/lispref/advice.texi +++ b/doc/lispref/advice.texi | |||
| @@ -685,7 +685,7 @@ Instead they are implemented specially by the advice mechanism. | |||
| 685 | @section Advising Primitives | 685 | @section Advising Primitives |
| 686 | @cindex advising primitives | 686 | @cindex advising primitives |
| 687 | 687 | ||
| 688 | Advising a primitive function (also called a ``subr'') is risky. | 688 | Advising a primitive function (@pxref{What Is a Function}) is risky. |
| 689 | Some primitive functions are used by the advice mechanism; advising | 689 | Some primitive functions are used by the advice mechanism; advising |
| 690 | them could cause an infinite recursion. Also, many primitive | 690 | them could cause an infinite recursion. Also, many primitive |
| 691 | functions are called directly from C code. Calls to the primitive | 691 | functions are called directly from C code. Calls to the primitive |