]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: 'thunk-let' and 'thunk-let*' are fully documented.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Mar 2020 12:48:33 +0000 (14:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Mar 2020 12:48:33 +0000 (14:48 +0200)
etc/NEWS

index b733b5b72095715cf023f433c39ee7aad58eb815..f2472d69094c65b5be045c6a6b60e7782907d7d3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1985,6 +1985,7 @@ This is useful for games where lower scores are better, like time-based games.
 *** Completing file names in the minibuffer via 'C-TAB' now uses the
 styles as configured by the user option 'completion-styles'.
 
++++
 ** New macros 'thunk-let' and 'thunk-let*'.
 These macros are analogue to 'let' and 'let*', but create bindings that
 are evaluated lazily.