summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-04 06:47:03 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-04 06:47:03 -0700
commit79932c1296cbd376137bccc825fb70ae55dc532b (patch)
treeae3a1fc5752c30429b6f5147fa6cc97ee5af4a14
parent1f78895fdbbde60bc9013b11f804d5f1d2187056 (diff)
downloadtxr-79932c1296cbd376137bccc825fb70ae55dc532b.tar.gz
txr-79932c1296cbd376137bccc825fb70ae55dc532b.tar.bz2
txr-79932c1296cbd376137bccc825fb70ae55dc532b.zip
doc: small change under defstruct.
* txr.1: describe slot specifier as (name init-form) rather than (symbol init-form).
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 69691c23..9d66fb4d 100644
--- a/txr.1
+++ b/txr.1
@@ -20139,7 +20139,7 @@ function. This form is a short form for the
.meti (:instance << name )
.cble
syntax.
-.meIP >> ( symbol << init-form )
+.meIP >> ( name << init-form )
This syntax is a short form for the
.cblk
.meti (:instance < name << init-form )