]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix indentation in NEWS of cl-flet item
authorTheodor Thornhill <theo@thornhill.no>
Fri, 21 Jan 2022 12:04:29 +0000 (13:04 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 21 Jan 2022 12:04:29 +0000 (13:04 +0100)
* etc/NEWS: Correct description of indentation of 'cl-flet' and
'cl-labels (bug#53410).

etc/NEWS

index f8c563d10fc78e18315c1d24af27c40c451e7eae..4cf99490ce51c75c4d69243143a259f4876a25f1 100644 (file)
--- a/etc/NEWS
+++ b/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