diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-03-13 23:29:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-03-13 23:29:19 -0700 |
commit | c2f18e9fa4e8dd52d97b362ffb47a0b3732fcf59 (patch) | |
tree | 30471013aa7d6831ef500c4703286f4aed27ab0f | |
parent | b97a88eccbb61a6f77118dde713955765a797b63 (diff) | |
download | txr-c2f18e9fa4e8dd52d97b362ffb47a0b3732fcf59.tar.gz txr-c2f18e9fa4e8dd52d97b362ffb47a0b3732fcf59.tar.bz2 txr-c2f18e9fa4e8dd52d97b362ffb47a0b3732fcf59.zip |
doc: clarifications regarding struct-type
* txr.1: Clarifying text added under find-struct-type and
struct-type-p to better explain struct-type.
-rw-r--r-- | txr.1 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -24795,6 +24795,13 @@ If no struct type is registered under then it returns .codn nil . +A +.code struct-type +object exists for each structure type and holds information about it. +These objects are not themselves structures and are all of the +same type, +.codn struct-type . + .coNP Function @ struct-type-p .synb .mets (struct-type-p << obj ) @@ -24807,6 +24814,11 @@ function returns t if is a structure type, otherwise it returns .codn nil . +A structure type is an object of type +.codn struct-type , +returned by +.codn find-struct-type . + .coNP Function @ super .synb .mets (super << type ) |