diff options
author | Andy Wingo <wingo@pobox.com> | 2020-09-05 22:22:22 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2020-09-05 22:23:17 +0200 |
commit | 433b701a2339ac152ab0b7f42e8221c5163a9093 (patch) | |
tree | 7b676a547901ea9205f4b40c205558afc95e9778 /doc/ref | |
parent | 6f6abb3bb57e54444fd68ebcd451032fb5ce19c0 (diff) | |
download | guile-433b701a2339ac152ab0b7f42e8221c5163a9093.tar.gz |
Update NEWS
* NEWS: Update.
* doc/ref/api-evaluation.texi (Scheme Read): Remove copy option.
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/api-evaluation.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index 9e4c18e0b..b4a287de5 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -336,7 +336,6 @@ invoking @code{read-options} at the prompt. scheme@@(guile-user)> (read-options) (square-brackets keywords #f positions) scheme@@(guile-user)> (read-options 'help) -copy no Copy source code expressions. positions yes Record positions of source code expressions. case-insensitive no Convert symbols to lower case. keywords #f Style of keyword recognition: #f, 'prefix or 'postfix. |