]> git.eshelyaron.com Git - emacs.git/commitdiff
Continuation of previous change.
authorXue Fuqiao <xfq@gnu.org>
Fri, 28 Feb 2014 10:31:26 +0000 (18:31 +0800)
committerXue Fuqiao <xfq@gnu.org>
Fri, 28 Feb 2014 10:31:26 +0000 (18:31 +0800)
* doc/lispref/functions.texi (Advising Named Functions): Tweak markup.

doc/lispref/ChangeLog
doc/lispref/functions.texi

index 40a07339b2f2804ec90d617713a7e3f22852d584..e96ea3fbbc3a99640803a19da5fb874c987b8ff6 100644 (file)
@@ -1,6 +1,7 @@
 2014-02-28  Xue Fuqiao  <xfq@gnu.org>
 
-       * 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'.
 
index cd7131564ea29cd0fc65cbead4709290c44909d4..b85ed6e715c34b32e56602828543ef9e637bfab8 100644 (file)
@@ -1344,9 +1344,9 @@ and its properties.
 @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