]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref/functions.texi (Core Advising Primitives): Fix cross-reference in last...
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Mar 2014 08:35:03 +0000 (10:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Mar 2014 08:35:03 +0000 (10:35 +0200)
doc/lispref/ChangeLog
doc/lispref/functions.texi

index ea5e50554faea8dee4a4a00919a107493049b8bb..d911a812d30902cfb9cc2a2f2f09b7711df8a3e3 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * functions.texi (Core Advising Primitives): Fix cross-reference
+       in last change.
+
 2014-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * functions.texi (Advising Functions): Explain a bit more how
index c791e82bd40a46654e740d06fda3e14b212d6b3c..460736778817a137d26f4ca682c7c344d47397eb 100644 (file)
@@ -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}),