+2014-03-18 Juanma Barranquero <lekktu@gmail.com>
+
+ * functions.texi (Advising Named Functions): Fix reference.
+
2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
Improve documentation for integer and floating-point basics.
@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