From f755f14e32aca8ecaabab759db0dd88072d0ca45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 17 Mar 2014 23:06:21 +0100 Subject: [PATCH] Fix typo in NEWS. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 15911bf2b..5cfba1c76 100644 --- a/NEWS +++ b/NEWS @@ -141,7 +141,7 @@ See "Binding multiple return values" in the manual. Guile now allows macro definitions to use identifiers other than '...' as the ellipsis. This is convenient when writing macros that generate macro definitions. The desired ellipsis identifier can be given as the -first operand to 'syntax-rules', as specified SRFI-46 and R7RS, or by +first operand to 'syntax-rules', as specified in SRFI-46 and R7RS, or by using the new 'with-ellipsis' special form in procedural macros. With this addition, Guile now fully supports SRFI-46.