diff options
| author | Juanma Barranquero | 2014-03-18 12:29:33 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-18 12:29:33 +0100 |
| commit | 28a51720306b74f16ffcddd49ea50556d31235d2 (patch) | |
| tree | 1cd0c3e393c0b5bf079472626c40478b485c7399 | |
| parent | 636fd6bc0efc8616e02382a013184f2adf592a8e (diff) | |
| download | emacs-28a51720306b74f16ffcddd49ea50556d31235d2.tar.gz emacs-28a51720306b74f16ffcddd49ea50556d31235d2.zip | |
doc/lispref/functions.texi (Advising Named Functions): Fix reference.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/functions.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8bf25baeee4..dbab5f1fd5d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-03-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * functions.texi (Advising Named Functions): Fix reference. | ||
| 4 | |||
| 1 | 2014-03-18 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-03-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Improve documentation for integer and floating-point basics. | 7 | Improve documentation for integer and floating-point basics. |
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index faae0010f6e..3e1db68f70d 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -1433,7 +1433,7 @@ code) obey the advice and other calls (from C code) do not. | |||
| 1433 | @defun advice-add symbol where function &optional props | 1433 | @defun advice-add symbol where function &optional props |
| 1434 | Add the advice @var{function} to the named function @var{symbol}. | 1434 | Add the advice @var{function} to the named function @var{symbol}. |
| 1435 | @var{where} and @var{props} have the same meaning as for @code{add-function} | 1435 | @var{where} and @var{props} have the same meaning as for @code{add-function} |
| 1436 | (@pxref{Advising Primitives}). | 1436 | (@pxref{Core Advising Primitives}). |
| 1437 | @end defun | 1437 | @end defun |
| 1438 | 1438 | ||
| 1439 | @defun advice-remove symbol function | 1439 | @defun advice-remove symbol function |