aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 24cb6f24d22..99a74f942f2 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12015-03-02 Daniel Colascione <dancol@dancol.org>
2
3 * NEWS: Mention finalizers.
4
12015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change) 52015-02-09 Gareth Rees <gdr@garethrees.org> (tiny change)
2 6
3 * NEWS.24: Fix typo (bug#19820) 7 * NEWS.24: Fix typo (bug#19820)
diff --git a/etc/NEWS b/etc/NEWS
index 3be820e0d5f..6c94a587ad5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -621,6 +621,9 @@ word syntax, use `\sw' instead.
621 621
622* Lisp Changes in Emacs 25.1 622* Lisp Changes in Emacs 25.1
623 623
624** New finalizer facility for running code when objects
625 become unreachable.
626
624** lexical closures can use (:documentation <form>) to build their docstring. 627** lexical closures can use (:documentation <form>) to build their docstring.
625It should be placed right where the docstring would be, and <form> is then 628It should be placed right where the docstring would be, and <form> is then
626evaluated (and should return a string) when the closure is built. 629evaluated (and should return a string) when the closure is built.