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 | a470788a316546c4e9fbc5454c97db8d53cd30ac (patch) | |
tree | 936f56d53b881fe17d791d145dac50a87bc10d1c | |
parent | 6e96db3e6d889c83687b8dfc16e0122c6c461f2d (diff) | |
download | txr-a470788a316546c4e9fbc5454c97db8d53cd30ac.tar.gz txr-a470788a316546c4e9fbc5454c97db8d53cd30ac.tar.bz2 txr-a470788a316546c4e9fbc5454c97db8d53cd30ac.zip |
doc: fix too-wide make-hash syntax
* txr.1: Fold make-hash over two lines to avoid 80 col
overflow under man.
-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 }*) |