diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. | ||
| 603 | It should be placed right where the docstring would be, and <form> is then | ||
| 604 | evaluated (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. |