diff options
| author | Stefan Monnier | 2014-03-21 17:47:52 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-21 17:47:52 -0400 |
| commit | 0c0ec041630ca71b5fd031144451e949ce0fec01 (patch) | |
| tree | 97a1517239ecb664a7d5d05b40be5df29d0dc199 /doc/lispref/ChangeLog | |
| parent | 1e92a8a3aa7958ba699cd0430be4f23aff6c4c01 (diff) | |
| download | emacs-0c0ec041630ca71b5fd031144451e949ce0fec01.tar.gz emacs-0c0ec041630ca71b5fd031144451e949ce0fec01.zip | |
* doc/lispref/functions.texi (Advising Functions): Explain a bit more how
arguments work.
(Advice combinators): New node.
(Core Advising Primitives): Use it. Expand description of "depth".
(Advising Named Functions): Document limitation of advices on macros.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3bbcee76884..ea5e50554fa 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * functions.texi (Advising Functions): Explain a bit more how | ||
| 4 | arguments work. | ||
| 5 | (Advice combinators): New node. | ||
| 6 | (Core Advising Primitives): Use it. Expand description of "depth". | ||
| 7 | (Advising Named Functions): Document limitation of advices on macros. | ||
| 8 | |||
| 1 | 2014-03-21 Martin Rudalics <rudalics@gmx.at> | 9 | 2014-03-21 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * frames.texi (Size and Position): In `frame-resize-pixelwise' | 11 | * frames.texi (Size and Position): In `frame-resize-pixelwise' |