diff options
Diffstat (limited to 'libguile/strings.c')
-rw-r--r-- | libguile/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/strings.c b/libguile/strings.c index 41cb50005..eef9f4a7f 100644 --- a/libguile/strings.c +++ b/libguile/strings.c @@ -211,7 +211,7 @@ SCM_DEFINE (scm_make_string, "make-string", 1, 1, 0, "Return a newly allocated string of\n" "length @var{k}. If @var{chr} is given, then all elements of\n" "the string are initialized to @var{chr}, otherwise the contents\n" - "of the @var{string} are unspecified.\n") + "of the @var{string} are unspecified.") #define FUNC_NAME s_scm_make_string { if (SCM_INUMP (k)) |