diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-08 22:22:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-08 22:22:52 -0700 |
commit | f06a41a9d806b0d49550ddf6072ebb195dec854a (patch) | |
tree | d681bdb48a8816b944a07dee6b93817be7e9b401 | |
parent | 969afde71c5b4b6e7b6c7228e1dba3281440a0bd (diff) | |
download | txr-f06a41a9d806b0d49550ddf6072ebb195dec854a.tar.gz txr-f06a41a9d806b0d49550ddf6072ebb195dec854a.tar.bz2 txr-f06a41a9d806b0d49550ddf6072ebb195dec854a.zip |
doc: copy-paste errors in structs.
* txr.1: Fixed syntax synopsis under struct-type using
structp. Improved some wording here. Fixed static-slot-home's
syntax synopsis wrongly referring to static-slot-ensure.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24723,13 +24723,13 @@ is a structure, otherwise it returns .coNP Function @ struct-type .synb -.mets (structp << struct-obj ) +.mets (struct-type << struct-obj ) .syne .desc The .code struct-type function returns the structure type object which -defines the type of the structure object +represents the type of the structure object instance .metn struct-obj . .coNP Function @ clear-struct @@ -25188,7 +25188,7 @@ are ignored, as are their subtypes. .coNP Function @ static-slot-home .synb -.mets (static-slot-ensure < type << name ) +.mets (static-slot-home < type << name ) .syne .desc The |