From: Eli Zaretskii Date: Sat, 22 Mar 2014 08:35:03 +0000 (+0200) Subject: doc/lispref/functions.texi (Core Advising Primitives): Fix cross-reference in last... X-Git-Tag: emacs-24.3.90~121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4568178886420e5dea897a3ff1945b4fc8a4a680;p=emacs.git doc/lispref/functions.texi (Core Advising Primitives): Fix cross-reference in last change. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ea5e50554fa..d911a812d30 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2014-03-22 Eli Zaretskii + + * functions.texi (Core Advising Primitives): Fix cross-reference + in last change. + 2014-03-21 Stefan Monnier * functions.texi (Advising Functions): Explain a bit more how diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index c791e82bd40..46073677881 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -1231,7 +1231,7 @@ received as argument, use @code{advice-eval-interactive-spec}. @var{where} determines how @var{function} is composed with the existing function, e.g. whether @var{function} should be called before, or -after the original function. See @xref{Advice combinators} for the list of +after the original function. @xref{Advice combinators}, for the list of available ways to compose the two functions. When modifying a variable (whose name will usually end with @code{-function}),