diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-03-29 07:05:16 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-03-29 07:05:16 -0700 |
commit | 2de8ca1202b448f10f29e5e814252ed3a9003148 (patch) | |
tree | 003bf5d4c111a42505b34be12e97d51112c8f76e | |
parent | 5a332d3f4391edc17222c02975583c95cde4727e (diff) | |
download | txr-2de8ca1202b448f10f29e5e814252ed3a9003148.tar.gz txr-2de8ca1202b448f10f29e5e814252ed3a9003148.tar.bz2 txr-2de8ca1202b448f10f29e5e814252ed3a9003148.zip |
doc: fix too-wide-for-80-cols syntax synopses.
* txr.1: defmacro, macrolet and mac-param-bind syntax
synopses are too wide under 80 column "man txr": breaking up.
-rw-r--r-- | txr.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -30567,7 +30567,8 @@ or functions. .coNP Operator @ defmacro .synb -.mets (defmacro < name <> ( param * [: << opt-param * ] [. < rest-param ]) +.mets (defmacro < name +.mets \ \ \ \ \ \ \ \ \ <> ( param * [: << opt-param * ] [. < rest-param ]) .mets \ \ << body-form *) .syne .desc @@ -30651,7 +30652,8 @@ as the original function call. .coNP Operator @ macrolet .synb -.mets (macrolet >> ({( name < macro-style-params << macro-body-form *)}*) +.mets (macrolet >> ({( name < macro-style-params +.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ << macro-body-form *)}*) .mets \ \ << body-form *) .syne .desc @@ -31316,7 +31318,8 @@ but then suppresses evaluation of the result. .coNP Operators @ tree-bind and @ mac-param-bind .synb .mets (tree-bind < macro-style-params < expr << form *) -.mets (mac-param-bind < context-expr < macro-style-params < expr << form *) +.mets (mac-param-bind < context-expr +.mets \ \ < macro-style-params < expr << form *) .syne .desc The |