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 | 610de8a96626639c49a3b25cec8ec1889786cfce (patch) | |
tree | 7fdada9fbf482a2175525f56f91ace6c764cd0a4 | |
parent | 68e311919ff55b6135e751ef3bd0d673c93616e8 (diff) | |
download | txr-610de8a96626639c49a3b25cec8ec1889786cfce.tar.gz txr-610de8a96626639c49a3b25cec8ec1889786cfce.tar.bz2 txr-610de8a96626639c49a3b25cec8ec1889786cfce.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 |