Mercurial > emacs
changeset 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 | 8653480cb721 |
children | 5dd30d203ccb |
files | doc/lispref/advice.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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