diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-04-15 19:52:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-04-15 19:52:43 +0200 |
commit | ef4cbc08c88b9c0ca6498ba36af91e1ad35b5dfe (patch) | |
tree | f9e44efb519eb33dd4d571a7d08891051e9b06d4 /doc/ref/api-options.texi | |
parent | cac3960028d0c9d01076074d442b2a80483aff9a (diff) | |
download | guile-ef4cbc08c88b9c0ca6498ba36af91e1ad35b5dfe.tar.gz |
Add support for SRFI-88-like postfix keyword read syntax.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r-- | doc/ref/api-options.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi index c44de8c59..c6ce34623 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 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -491,7 +491,7 @@ Here is the list of reader options generated by typing values. @smalllisp -keywords #f Style of keyword recognition: #f or 'prefix +keywords #f Style of keyword recognition: #f, 'prefix or 'postfix case-insensitive no Convert symbols to lower case. positions yes Record positions of source code expressions. copy no Copy source code expressions. @@ -729,7 +729,7 @@ ABORT: (misc-error) Type "(backtrace)" to get more information. guile> (read-options 'help) -keywords #f Style of keyword recognition: #f or 'prefix +keywords #f Style of keyword recognition: #f, 'prefix or 'postfix case-insensitive no Convert symbols to lower case. positions yes Record positions of source code expressions. copy no Copy source code expressions. |