diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-01-10 14:40:32 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-01-10 14:40:32 -0500 |
commit | 122ff675df692bab3b5b6409044b0f0e66bad82f (patch) | |
tree | 347d4d63e9037fb74c324319de223b23cf00d399 /etc | |
parent | cd6d07ece2278b315852e20f07cfea05bd5bd29b (diff) | |
download | emacs-122ff675df692bab3b5b6409044b0f0e66bad82f.tar.gz |
* doc/lispref/functions.texi (Advising Functions): New section.
* doc/lispref/modes.texi (Running Hooks): Don't document with-wrapper-hook and
run-hook-wrapped any more.
(Hooks): Link to the new Advising Functions node.
* doc/lispref/elisp.texi (Top): Don't include advice.texi.
* doc/lispref/advice.texi: Remove.
* doc/lispref/makefile.w32-in (srcs):
* doc/lispref/Makefile.in (srcs): Adjust accordingly.
* doc/misc/cl.texi (Function Bindings): Fix incorrect description of cl-let.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -905,6 +905,7 @@ It is only available if Emacs is compiled with libxml2 support. symbol_words as a single word, similar to what `subword-mode' does and using the same internal functions. ++++ ** New package nadvice.el offers lighter-weight advice facilities. It is layered as: - add-function/remove-function which can be used to add/remove code on any |