diff options
author | Paul A. Patience <paul@apatience.com> | 2022-02-09 08:09:46 +0000 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-02-09 13:06:23 -0800 |
commit | 32a730285a7da8d9f784b29779294af700c409ff (patch) | |
tree | 98757259e50bfa1c0eb32535707ab52984ae862e | |
parent | 061e8e5618ef445dcb133087cad74761de13070d (diff) | |
download | txr-32a730285a7da8d9f784b29779294af700c409ff.tar.gz txr-32a730285a7da8d9f784b29779294af700c409ff.tar.bz2 txr-32a730285a7da8d9f784b29779294af700c409ff.zip |
doc: fix pad's argument list.
* txr.1: Document pad's object parameter as optional.
-rw-r--r-- | txr.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -24197,7 +24197,7 @@ catenated together. .coNP Function @ pad .synb -.mets (pad < sequence < object <> [ count ]) +.mets (pad < sequence >> [ object <> [ count ]]) .syne .desc The @@ -24209,6 +24209,11 @@ followed by repetitions of .metn object . If +.meta object +is omitted, it defaults to +.codn nil . + +If .meta count is omitted, then the repetition of .meta object |