summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-03-17 02:54:47 -0400
committerMark H Weaver <mhw@netris.org>2014-03-17 02:54:47 -0400
commit679ffce89c3ddb8f906df452e4884b128ea4655b (patch)
tree6e436d9313e22da0f6c45074bc6227317907ecd6 /NEWS
parentcdf1ae89831166b4dfda411fdd959d718b0aed41 (diff)
downloadguile-679ffce89c3ddb8f906df452e4884b128ea4655b.tar.gz
Minor NEWS tweaks.
* NEWS: Fix typo and improve wording in custom ellipsis entry.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7f7752a77..500b90e3d 100644
--- a/NEWS
+++ b/NEWS
@@ -207,10 +207,10 @@ 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 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
-using the new 'with-ellipsis' special form when writing procedural
-macros. With this addition, Guile now fully supports SRFI-46.
+using the new 'with-ellipsis' special form in procedural macros. With
+this addition, Guile now fully supports SRFI-46.
See "Specifying a Custom Ellipsis Identifier" and "Custom Ellipsis
Identifiers for syntax-case Macros" in the manual for details.