diff options
Diffstat (limited to 'libguile/read.c')
-rw-r--r-- | libguile/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/read.c b/libguile/read.c index 1b8979ce1..33a7e37f0 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -72,7 +72,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 or 'prefix"} + "Style of keyword recognition: #f or 'prefix."} }; SCM_DEFINE (scm_read_options, "read-options-interface", 0, 1, 0, |