From: Juanma Barranquero Date: Tue, 18 Mar 2014 11:29:33 +0000 (+0100) Subject: doc/lispref/functions.texi (Advising Named Functions): Fix reference. X-Git-Tag: emacs-24.3.90~158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28a51720306b74f16ffcddd49ea50556d31235d2;p=emacs.git doc/lispref/functions.texi (Advising Named Functions): Fix reference. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8bf25baeee4..dbab5f1fd5d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2014-03-18 Juanma Barranquero + + * functions.texi (Advising Named Functions): Fix reference. + 2014-03-18 Paul Eggert Improve documentation for integer and floating-point basics. diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index faae0010f6e..3e1db68f70d 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -1433,7 +1433,7 @@ code) obey the advice and other calls (from C code) do not. @defun advice-add symbol where function &optional props Add the advice @var{function} to the named function @var{symbol}. @var{where} and @var{props} have the same meaning as for @code{add-function} -(@pxref{Advising Primitives}). +(@pxref{Core Advising Primitives}). @end defun @defun advice-remove symbol function