# HG changeset patch # User Chong Yidong # Date 1236909545 0 # Node ID 4357cad47eaebd5acecbb59d55d697eff72ab81e # Parent 8653480cb721d8772789040da2c2fad9b523542b (Advising Primitives): Link to What Is a Function. diff -r 8653480cb721 -r 4357cad47eae doc/lispref/advice.texi --- a/doc/lispref/advice.texi Fri Mar 13 01:58:56 2009 +0000 +++ b/doc/lispref/advice.texi Fri Mar 13 01:59:05 2009 +0000 @@ -685,7 +685,7 @@ @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