From f06a41a9d806b0d49550ddf6072ebb195dec854a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 8 Apr 2018 22:22:52 -0700 Subject: 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. --- txr.1 | 6 +++--- 1 file 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 -- cgit v1.2.3