diff doc/lispref/advice.texi @ 102513:4357cad47eae

(Advising Primitives): Link to What Is a Function.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 13 Mar 2009 01:59:05 +0000
parents cb5d2387102c
children a43e99d78f43
line wrap: on
line diff
--- 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