Fixed comment.
authorMarius Vollmer <mvo@zagadka.de>
Mon, 20 Sep 2004 21:47:41 +0000 (21:47 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 20 Sep 2004 21:47:41 +0000 (21:47 +0000)
libguile/strings.h

index edd6093..af90a5b 100644 (file)
 
    Legacy interface
 
-   - SCM_STRINGP returns false for sh-strings.
+   - SCM_STRINGP is just scm_is_string.
 
    - SCM_STRING_CHARS uses scm_i_string_writable_chars and immediately
      calls scm_i_stop_writing, hoping for the best.  SCM_STRING_LENGTH
-     is the same as scm_i_string_length.  SCM_STRINGP will only return
-     true for strings that are null-terminated when accessed with
-     SCM_STRING_CHARS.
+     is the same as scm_i_string_length.  SCM_STRING_CHARS will throw
+     an error for for strings that are not null-terminated.
 */
 
 SCM_API SCM scm_string_p (SCM x);