summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index ef315b1b..2c543e85 100644
--- a/txr.1
+++ b/txr.1
@@ -33374,9 +33374,9 @@ and not a derived representation.
.coNP Structures @, frame @ catch-frame and @ handle-frame
.synb
- (defstruct frame nil)
- (defstruct catch-frame frame types jump)
- (defstruct handle-frame frame types fun)
+.mets (defstruct frame nil)
+.mets (defstruct catch-frame frame types jump)
+.mets (defstruct handle-frame frame types fun)
.syne
.desc
The structure types
@@ -41613,9 +41613,9 @@ function.
.coNP Structure @ time
.synb
- (defstruct time nil
- year month day hour min sec dst
- gmtoff zone)
+.mets (defstruct time nil
+.mets \ \ year month day hour min sec dst
+.mets \ \ gmtoff zone)
.syne
.desc
The