1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fix typo in `read.c'.

This commit is contained in:
Ludovic Courtès 2008-04-15 20:01:13 +02:00
parent ef4cbc08c8
commit 6ddb3ca825

View file

@ -63,7 +63,7 @@ scm_t_option scm_read_opts[] = {
{ SCM_OPTION_BOOLEAN, "case-insensitive", 0,
"Convert symbols to lower case."},
{ SCM_OPTION_SCM, "keywords", SCM_UNPACK (SCM_BOOL_F),
"Style of keyword recognition: #f, 'prefix or 'postfix."},
"Style of keyword recognition: #f, 'prefix or 'postfix."}
#if SCM_ENABLE_ELISP
{ SCM_OPTION_BOOLEAN, "elisp-vectors", 0,
"Support Elisp vector syntax, namely `[...]'."},