diff options
| author | Eli Zaretskii | 2014-03-22 10:35:03 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-03-22 10:35:03 +0200 |
| commit | 4568178886420e5dea897a3ff1945b4fc8a4a680 (patch) | |
| tree | eae8476eab522911733fb518307322a6a9dea499 | |
| parent | e74e1d1bf891e9303da51c4feec56c3978b9f7cb (diff) | |
| download | emacs-4568178886420e5dea897a3ff1945b4fc8a4a680.tar.gz emacs-4568178886420e5dea897a3ff1945b4fc8a4a680.zip | |
doc/lispref/functions.texi (Core Advising Primitives): Fix cross-reference in last change.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/functions.texi | 2 |
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 @@ | |||
| 1 | 2014-03-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * functions.texi (Core Advising Primitives): Fix cross-reference | ||
| 4 | in last change. | ||
| 5 | |||
| 1 | 2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-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 |
| 1233 | existing function, e.g. whether @var{function} should be called before, or | 1233 | existing function, e.g. whether @var{function} should be called before, or |
| 1234 | after the original function. See @xref{Advice combinators} for the list of | 1234 | after the original function. @xref{Advice combinators}, for the list of |
| 1235 | available ways to compose the two functions. | 1235 | available ways to compose the two functions. |
| 1236 | 1236 | ||
| 1237 | When modifying a variable (whose name will usually end with @code{-function}), | 1237 | When modifying a variable (whose name will usually end with @code{-function}), |