]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/NEWS (Function type declaration): Mark it +++.
authorAndrea Corallo <acorallo@gnu.org>
Thu, 2 May 2024 14:42:45 +0000 (16:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:34:23 +0000 (18:34 +0200)
(cherry picked from commit 64d3100cb5973f2e8372d29f7658c32a63e191e2)

etc/NEWS

index 7c8a613722d3d6a80b1b3057a151e0b2d72d13f4..86018801c81b0b02b402aaca03e2d1181868ce2e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2077,6 +2077,7 @@ the region and never want to restrict 'undo' to that region, it is
 preferable to use the existing 'undo-inhibit-region' symbol property
 instead of this variable.
 
++++
 ** Function type declaration
 It is now possible, using the 'declare' macro, to declare expected types
 of function arguments and return type.