1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

Minor NEWS tweaks.

* NEWS: Fix typo and improve wording in custom ellipsis entry.
This commit is contained in:
Mark H Weaver 2014-03-17 02:54:47 -04:00
parent cdf1ae8983
commit 679ffce89c

6
NEWS
View file

@ -207,10 +207,10 @@ See "Binding multiple return values" in the manual.
Guile now allows macro definitions to use identifiers other than '...' Guile now allows macro definitions to use identifiers other than '...'
as the ellipsis. This is convenient when writing macros that generate as the ellipsis. This is convenient when writing macros that generate
macro definitions. The desired ellipsis identifier can given as the 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 SRFI-46 and R7RS, or by
using the new 'with-ellipsis' special form when writing procedural using the new 'with-ellipsis' special form in procedural macros. With
macros. With this addition, Guile now fully supports SRFI-46. this addition, Guile now fully supports SRFI-46.
See "Specifying a Custom Ellipsis Identifier" and "Custom Ellipsis See "Specifying a Custom Ellipsis Identifier" and "Custom Ellipsis
Identifiers for syntax-case Macros" in the manual for details. Identifiers for syntax-case Macros" in the manual for details.