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 ea5e505..d911a81 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 c791e82..4607367 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}),