summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.15
1 files changed, 3 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index d7bdfd0d..734c333e 100644
--- a/txr.1
+++ b/txr.1
@@ -8775,13 +8775,14 @@ collation orders.
.TP
Syntax:
- (vector <length>)
+ (vector <length> [<initval>])
.TP
Description:
The vector function creates and returns a vector object of the specified
-length. The elements of the vector are initialized to nil.
+length. The elements of the vector are initialized to <initval>,
+or to nil if <initval> is omitted.
.SS Function vec