diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-03-05 06:58:08 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-03-05 06:58:08 -0800 |
commit | 57c16518da1abc7c47858c8e540620bb047c2e03 (patch) | |
tree | 936f56d53b881fe17d791d145dac50a87bc10d1c /txr.1 | |
parent | 7f07e5ed29085c46144c0a2967c1827dc2645f22 (diff) | |
download | txr-57c16518da1abc7c47858c8e540620bb047c2e03.tar.gz txr-57c16518da1abc7c47858c8e540620bb047c2e03.tar.bz2 txr-57c16518da1abc7c47858c8e540620bb047c2e03.zip |
doc: fix too-wide make-hash syntax
* txr.1: Fold make-hash over two lines to avoid 80 col
overflow under man.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40890,7 +40890,8 @@ becomes unspecified. .coNP Functions @ make-hash and @ hash .synb -.mets (make-hash < weak-keys < weak-vals < equal-based <> [ hash-seed ]) +.mets (make-hash < weak-keys < weak-vals +.mets \ \ \ \ \ \ \ \ \ \ < equal-based <> [ hash-seed ]) .mets (hash {:weak-keys | :weak-vals | .mets \ \ \ \ \ \ :eql-based | :equal-based | .mets \ \ \ \ \ \ :userdata << obj }*) |