aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/advice.texi2
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.
689Some primitive functions are used by the advice mechanism; advising 689Some primitive functions are used by the advice mechanism; advising
690them could cause an infinite recursion. Also, many primitive 690them could cause an infinite recursion. Also, many primitive
691functions are called directly from C code. Calls to the primitive 691functions are called directly from C code. Calls to the primitive