diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-08-29 19:55:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-08-29 19:55:34 -0700 |
commit | e78a617283db4dc8dfa25c15920d88f69c3d7594 (patch) | |
tree | 02ef16c9b922a2dbde9a1b438817944835652882 | |
parent | f3a283e2d863cec72266291389bf07d03529c16b (diff) | |
download | txr-e78a617283db4dc8dfa25c15920d88f69c3d7594.tar.gz txr-e78a617283db4dc8dfa25c15920d88f69c3d7594.tar.bz2 txr-e78a617283db4dc8dfa25c15920d88f69c3d7594.zip |
doc: wrong symbol under unique function.
* txr.1: Fix syntax synopsis for unique identifying
the function as uniq.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28831,7 +28831,7 @@ hash table. .coNP Function @ unique .synb -.mets (uniq < sequence >> [ keyfun <> { hash-arg }* ]) +.mets (unique < sequence >> [ keyfun <> { hash-arg }* ]) .syne .desc The |