diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |