Fix indentation in NEWS of cl-flet item

* etc/NEWS: Correct description of indentation of 'cl-flet' and
'cl-labels (bug#53410).
This commit is contained in:
Theodor Thornhill 2022-01-21 13:04:29 +01:00 committed by Lars Ingebrigtsen
parent 606dfb60e3
commit a133af7c7f

View file

@ -345,7 +345,7 @@ are met. The conditions are given by the argument, which can be
These forms now indent like this:
(cl-flet ((bla (x)
(* x x)))
(* x x)))
(bla 42))
This change also affects 'cl-macrolet', 'cl-flet*' and