aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-03-22 10:35:03 +0200
committerEli Zaretskii2014-03-22 10:35:03 +0200
commit4568178886420e5dea897a3ff1945b4fc8a4a680 (patch)
treeeae8476eab522911733fb518307322a6a9dea499
parente74e1d1bf891e9303da51c4feec56c3978b9f7cb (diff)
downloademacs-4568178886420e5dea897a3ff1945b4fc8a4a680.tar.gz
emacs-4568178886420e5dea897a3ff1945b4fc8a4a680.zip
doc/lispref/functions.texi (Core Advising Primitives): Fix cross-reference in last change.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/functions.texi2
2 files changed, 6 insertions, 1 deletions
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 @@
12014-03-22 Eli Zaretskii <eliz@gnu.org>
2
3 * functions.texi (Core Advising Primitives): Fix cross-reference
4 in last change.
5
12014-03-21 Stefan Monnier <monnier@iro.umontreal.ca> 62014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * functions.texi (Advising Functions): Explain a bit more how 8 * 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}.
1231 1231
1232@var{where} determines how @var{function} is composed with the 1232@var{where} determines how @var{function} is composed with the
1233existing function, e.g. whether @var{function} should be called before, or 1233existing function, e.g. whether @var{function} should be called before, or
1234after the original function. See @xref{Advice combinators} for the list of 1234after the original function. @xref{Advice combinators}, for the list of
1235available ways to compose the two functions. 1235available ways to compose the two functions.
1236 1236
1237When modifying a variable (whose name will usually end with @code{-function}), 1237When modifying a variable (whose name will usually end with @code{-function}),