diff options
author | Andy Wingo <wingo@pobox.com> | 2011-01-21 09:21:15 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-01-21 09:24:36 +0100 |
commit | c869f0c15712830d232513a462c6f66446ca9a71 (patch) | |
tree | 7c948d2396e2d4042c12c5d7ade9ef9b4a9688fb /doc/ref/api-options.texi | |
parent | 684d664e39dad02f7a44f1c70a753a02d4d1856c (diff) | |
download | guile-c869f0c15712830d232513a462c6f66446ca9a71.tar.gz |
document hungry-eol-escapes
* doc/ref/api-data.texi (String Syntax): Document hungry-eol-escapes.
* doc/ref/api-evaluation.texi (Scheme Read):
* doc/ref/api-options.texi (Runtime Options): Update read-options 'help
output.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index 02ea20991..11027087c 100644 --- a/doc/ref/api-options.texi +++ b/doc/ref/api-options.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -420,6 +420,8 @@ case-insensitive no Convert symbols to lower case. keywords #f Style of keyword recognition: #f, 'prefix or 'postfix. r6rs-hex-escapes no Use R6RS variable-length character and string hex escapes. square-brackets yes Treat `[' and `]' as parentheses, for R6RS compatibility. +hungry-eol-escapes no In strings, consume leading whitespace after an + escaped end-of-line. scheme@@(guile-user) [1]> (read-enable 'case-insensitive) $2 = (square-brackets keywords #f case-insensitive positions) scheme@@(guile-user) [1]> ,q |