diff options
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/arrays.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/arrays.c b/libguile/arrays.c index e86a620ae..54c354683 100644 --- a/libguile/arrays.c +++ b/libguile/arrays.c @@ -547,8 +547,8 @@ SCM_DEFINE (scm_transpose_array, "transpose-array", 1, 0, 1, /* attempts to unroll an array into a one-dimensional array. returns the unrolled array or #f if it can't be done. */ - /* if strict is not SCM_UNDEFINED, return #f if returned array - wouldn't have contiguous elements. */ +/* if strict is true, return #f if returned array + wouldn't have contiguous elements. */ SCM_DEFINE (scm_array_contents, "array-contents", 1, 1, 0, (SCM ra, SCM strict), "If @var{ra} may be @dfn{unrolled} into a one dimensional shared\n" |