summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-01-10 14:40:32 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2014-01-10 14:40:32 -0500
commit122ff675df692bab3b5b6409044b0f0e66bad82f (patch)
tree347d4d63e9037fb74c324319de223b23cf00d399 /etc
parentcd6d07ece2278b315852e20f07cfea05bd5bd29b (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c8088e17bbe..9817115918b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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