From d63ae2e490808ea3b9615a9cc1c9a329914f3466 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Fri, 28 Feb 2014 18:31:26 +0800 Subject: [PATCH] Continuation of previous change. * doc/lispref/functions.texi (Advising Named Functions): Tweak markup. --- doc/lispref/ChangeLog | 3 ++- doc/lispref/functions.texi | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.2