]> git.eshelyaron.com Git - emacs.git/commitdiff
(Advising Primitives): Link to What Is a Function.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 13 Mar 2009 01:59:05 +0000 (01:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 13 Mar 2009 01:59:05 +0000 (01:59 +0000)
doc/lispref/advice.texi

index bb65d29bfaa3c6ed9cc4349fe67dd640afa02ce1..57cfc616f23a790b7cc5a6cdc1b4a1d816eac4ce 100644 (file)
@@ -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