]> code.delx.au - gnu-emacs/commitdiff
doc/lispref/functions.texi (Advising Named Functions): Fix reference.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Mar 2014 11:29:33 +0000 (12:29 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Mar 2014 11:29:33 +0000 (12:29 +0100)
doc/lispref/ChangeLog
doc/lispref/functions.texi

index 8bf25baeee4f6cabc9c1abe8f167a2f5d77f959f..dbab5f1fd5df7cebed8dac796b7ac49aa9c5d35d 100644 (file)
@@ -1,3 +1,7 @@
+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.
index faae0010f6eb2827d6eb307225acf7f9da48e47b..3e1db68f70d9bb315730f5b8eff290d1e148c019 100644 (file)
@@ -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