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 | 0a2ebee567eddb89879cb3b6fcb371f6d6404cb6 (patch) | |
tree | ae3a1fc5752c30429b6f5147fa6cc97ee5af4a14 | |
parent | 755f99d4f397cc2357468e3c2dc19d3ea451dedb (diff) | |
download | txr-0a2ebee567eddb89879cb3b6fcb371f6d6404cb6.tar.gz txr-0a2ebee567eddb89879cb3b6fcb371f6d6404cb6.tar.bz2 txr-0a2ebee567eddb89879cb3b6fcb371f6d6404cb6.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 ) |