1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +02:00

(scm_string_null_p): Docfix; nfc.

This commit is contained in:
Thien-Thi Nguyen 2001-11-11 20:52:52 +00:00
parent 7e580e4861
commit a3467149f0

View file

@ -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_DEFINE (scm_string_null_p, "string-null?", 1, 0, 0,
(SCM str), (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" "@code{#f} otherwise.\n"
"@lisp\n" "@lisp\n"
"(string-null? \"\") @result{} #t\n" "(string-null? \"\") @result{} #t\n"