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:
parent
7e580e4861
commit
a3467149f0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue