; * etc/NEWS: 'thunk-let' and 'thunk-let*' are fully documented.

This commit is contained in:
Eli Zaretskii 2020-03-07 14:48:33 +02:00
parent fc4f4efabf
commit d1d56a9fd9

View file

@ -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.