From: Xue Fuqiao Date: Fri, 28 Feb 2014 10:31:26 +0000 (+0800) Subject: Continuation of previous change. X-Git-Tag: emacs-24.3.90~342 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d63ae2e490808ea3b9615a9cc1c9a329914f3466;p=emacs.git Continuation of previous change. * doc/lispref/functions.texi (Advising Named Functions): Tweak markup. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 40a07339b2f..e96ea3fbbc3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,6 +1,7 @@ 2014-02-28 Xue Fuqiao - * 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'. diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index cd7131564ea..b85ed6e715c 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -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