From: Theodor Thornhill Date: Fri, 21 Jan 2022 12:04:29 +0000 (+0100) Subject: Fix indentation in NEWS of cl-flet item X-Git-Tag: emacs-29.0.90~2878^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a133af7c7f3aa2fd7fb4fea9c54cd082ed1481f3;p=emacs.git Fix indentation in NEWS of cl-flet item * etc/NEWS: Correct description of indentation of 'cl-flet' and 'cl-labels (bug#53410). --- 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