From a3467149f067ee5c1330c8f171280deb7fa0fb24 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 11 Nov 2001 20:52:52 +0000 Subject: [PATCH] (scm_string_null_p): Docfix; nfc. --- libguile/strop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/strop.c b/libguile/strop.c index a173cacea..82b150179 100644 --- a/libguile/strop.c +++ b/libguile/strop.c @@ -312,7 +312,7 @@ SCM_DEFINE (scm_substring_fill_x, "substring-fill!", 4, 0, 0, SCM_DEFINE (scm_string_null_p, "string-null?", 1, 0, 0, (SCM str), - "Return @code{#t} if @var{str}'s length is nonzero, and\n" + "Return @code{#t} if @var{str}'s length is zero, and\n" "@code{#f} otherwise.\n" "@lisp\n" "(string-null? \"\") @result{} #t\n"