From 28a51720306b74f16ffcddd49ea50556d31235d2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Mar 2014 12:29:33 +0100 Subject: [PATCH] doc/lispref/functions.texi (Advising Named Functions): Fix reference. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/functions.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2