summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-04-08 22:22:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-04-08 22:22:52 -0700
commitf06a41a9d806b0d49550ddf6072ebb195dec854a (patch)
treed681bdb48a8816b944a07dee6b93817be7e9b401
parent969afde71c5b4b6e7b6c7228e1dba3281440a0bd (diff)
downloadtxr-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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index 451619a5..49f6242d 100644
--- a/txr.1
+++ b/txr.1
@@ -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