From a133af7c7f3aa2fd7fb4fea9c54cd082ed1481f3 Mon Sep 17 00:00:00 2001 From: Theodor Thornhill Date: Fri, 21 Jan 2022 13:04:29 +0100 Subject: [PATCH] Fix indentation in NEWS of cl-flet item * etc/NEWS: Correct description of indentation of 'cl-flet' and 'cl-labels (bug#53410). --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index f8c563d10fc..4cf99490ce5 100644 --- 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 -- 2.39.5