Doc fix for the usage of num2intergral.
authorMarius Vollmer <mvo@zagadka.de>
Sat, 3 May 2003 23:19:51 +0000 (23:19 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 3 May 2003 23:19:51 +0000 (23:19 +0000)
libguile/numbers.c

index 8f89ecc..7fa97c4 100644 (file)
@@ -3952,8 +3952,8 @@ SCM_DEFINE (scm_inexact_to_exact, "inexact->exact", 1, 0, 0,
 
    ITYPE - the name of the integral type.
 
-   UNSIGNED - Define this when ITYPE is an unsigned type.  Do not
-     define it otherwise.
+   UNSIGNED - Define this to 1 when ITYPE is an unsigned type.  Define
+   it to 0 otherwise.
 
    UNSIGNED_ITYPE - the name of the the unsigned variant of the
      integral type.  If you don't define this, it defaults to