diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-04 06:47:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-04 06:47:03 -0700 |
commit | 79932c1296cbd376137bccc825fb70ae55dc532b (patch) | |
tree | ae3a1fc5752c30429b6f5147fa6cc97ee5af4a14 | |
parent | 1f78895fdbbde60bc9013b11f804d5f1d2187056 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |