aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 72e23562868..d72d01f233e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -599,6 +599,10 @@ in languages like German where downcasing rules depend on grammar.
599 599
600* Lisp Changes in Emacs 25.1 600* Lisp Changes in Emacs 25.1
601 601
602** lexical closures can use (:documentation <form>) to build their docstring.
603It should be placed right where the docstring would be, and <form> is then
604evaluated (and should return a string) when the closure is built.
605
602** define-inline provides a new way to define inlinable functions. 606** define-inline provides a new way to define inlinable functions.
603 607
604** New function macroexpand-1 to perform a single step of macroexpansion. 608** New function macroexpand-1 to perform a single step of macroexpansion.