emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116607: * doc/lispref/functions.texi (Advising Func


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r116607: * doc/lispref/functions.texi (Advising Functions): Tweak markup.
Date: Fri, 28 Feb 2014 10:06:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116607
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-28 18:06:04 +0800
message:
  * doc/lispref/functions.texi (Advising Functions): Tweak markup.
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-02-28 04:15:21 +0000
+++ b/doc/lispref/ChangeLog     2014-02-28 10:06:04 +0000
@@ -1,5 +1,7 @@
 2014-02-28  Xue Fuqiao  <address@hidden>
 
+       * functions.texi (Advising Functions): Tweak markup.
+
        * display.texi (Defining Faces): Doc fix for `face-spec-set'.
 
        * elisp.texi (Top):

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2014-02-22 03:46:18 +0000
+++ b/doc/lispref/functions.texi        2014-02-28 10:06:04 +0000
@@ -1170,9 +1170,9 @@
 @emph{advice}.
 
 The function cell of a symbol can be manipulated similarly, but since it can
-contain other things than a plain function, you have to use @var{advice-add}
-and @var{advice-remove} instead, which
address@hidden use @var{add-function} and @var{remove-function} internally, but
+contain other things than a plain function, you have to use @code{advice-add}
+and @code{advice-remove} instead, which
address@hidden use @code{add-function} and @code{remove-function} internally, 
but
 know how to handle cases such as when the function cell holds a macro rather
 than function, or when the function is autoloaded so the advice's activation
 needs to be postponed.


reply via email to

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