diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-09 07:54:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-09 07:54:50 -0700 |
commit | ea5de6572c87c6363bc33cc0c31fb29b61881659 (patch) | |
tree | 7fdada9fbf482a2175525f56f91ace6c764cd0a4 | |
parent | 2158d11a69d46c6bc5477bc82f44bfa9b0af826d (diff) | |
download | txr-ea5de6572c87c6363bc33cc0c31fb29b61881659.tar.gz txr-ea5de6572c87c6363bc33cc0c31fb29b61881659.tar.bz2 txr-ea5de6572c87c6363bc33cc0c31fb29b61881659.zip |
doc: bad formatting in make-struct-type
* txr.1: Remove spurious parenthesis in syntax synopsis of
make-struct-type.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23349,7 +23349,7 @@ slot to an object takes place whenever the function is called. .coNP Function @ make-struct-type .synb .mets (make-struct-type < name < super < static-slots < slots -.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ < static-initfun < initfun << boactor ) +.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ < static-initfun < initfun << boactor .mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ < boactor << postinitfun ) .syne .desc |