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:
parent
606dfb60e3
commit
a133af7c7f
1 changed files with 1 additions and 1 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue