From f6272a7dd5089d02e01dbb3ea35c3ada389ff39a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 13 Mar 2009 01:59:05 +0000 Subject: [PATCH] (Advising Primitives): Link to What Is a Function. --- doc/lispref/advice.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. @section Advising Primitives @cindex advising primitives - Advising a primitive function (also called a ``subr'') is risky. + Advising a primitive function (@pxref{What Is a Function}) is risky. Some primitive functions are used by the advice mechanism; advising them could cause an infinite recursion. Also, many primitive functions are called directly from C code. Calls to the primitive -- 2.39.5