2014-02-28 Xue Fuqiao <xfq@gnu.org>
+ * functions.texi (Advising Functions): Tweak markup.
+
* display.texi (Defining Faces): Doc fix for `face-spec-set'.
* elisp.texi (Top):
@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
-@c 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
+@c 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.