mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
parent
6ddb3ca825
commit
904fabb602
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ scm_t_option scm_read_opts[] = {
|
||||||
{ SCM_OPTION_BOOLEAN, "case-insensitive", 0,
|
{ SCM_OPTION_BOOLEAN, "case-insensitive", 0,
|
||||||
"Convert symbols to lower case."},
|
"Convert symbols to lower case."},
|
||||||
{ SCM_OPTION_SCM, "keywords", SCM_UNPACK (SCM_BOOL_F),
|
{ 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
|
#if SCM_ENABLE_ELISP
|
||||||
{ SCM_OPTION_BOOLEAN, "elisp-vectors", 0,
|
{ SCM_OPTION_BOOLEAN, "elisp-vectors", 0,
|
||||||
"Support Elisp vector syntax, namely `[...]'."},
|
"Support Elisp vector syntax, namely `[...]'."},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue