emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116792: doc/lispref/functions.texi (Advising Named


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116792: doc/lispref/functions.texi (Advising Named Functions): Fix reference.
Date: Tue, 18 Mar 2014 11:29:42 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116792
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2014-03-18 12:29:33 +0100
message:
  doc/lispref/functions.texi (Advising Named Functions): Fix reference.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/functions.texi     
functions.texi-20091113204419-o5vbwnq5f7feedwu-6182
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-03-18 04:03:59 +0000
+++ b/doc/lispref/ChangeLog     2014-03-18 11:29:33 +0000
@@ -1,3 +1,7 @@
+2014-03-18  Juanma Barranquero  <address@hidden>
+
+       * functions.texi (Advising Named Functions): Fix reference.
+
 2014-03-18  Paul Eggert  <address@hidden>
 
        Improve documentation for integer and floating-point basics.

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2014-03-18 01:51:12 +0000
+++ b/doc/lispref/functions.texi        2014-03-18 11:29:33 +0000
@@ -1433,7 +1433,7 @@
 @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]