emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116608: Continuation of previous change.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r116608: Continuation of previous change.
Date: Fri, 28 Feb 2014 10:31:34 +0000
User-agent: Bazaar (2.6b2)

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

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2014-02-28 10:06:04 +0000
+++ b/doc/lispref/functions.texi        2014-02-28 10:31:26 +0000
@@ -1344,9 +1344,9 @@
 @subsection Advising Named Functions
 
 A common use of advice is for named functions and macros.
-Since @var{add-function} does not know how to deal with macros and autoloaded
-functions, Emacs provides a separate set of functions to manipulate pieces of
-advice applied to named functions.
+Since @code{add-function} does not know how to deal with macros and
+autoloaded functions, Emacs provides a separate set of functions to
+manipulate pieces of advice applied to named functions.
 
   Advice can be useful for altering the behavior of an existing
 function without having to redefine the whole function.  However, it


reply via email to

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