summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index f62cc5cf..b8f6f4a0 100644
--- a/txr.1
+++ b/txr.1
@@ -59140,6 +59140,10 @@ simply iterates over the Lisp sequence, and performs an element for
element conversion to
.metn type .
+If the sequence is shorter than the array, then the remaining elements
+are filled with zero bits. If the sequence is longer than the array, then the
+excess elements in the sequence are ignored.
+
Since Lisp arrays and C arrays do not share the same representation,
temporary buffers are automatically created and destroyed by FFI
to manage the conversion.