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 | 21f6a387fe3b0c61ae70f77c23abc1eeb5489bb5 (patch) | |
tree | 02ef16c9b922a2dbde9a1b438817944835652882 | |
parent | 71f798e487db37e2dc61763b856fbc3b07cf6b20 (diff) | |
download | txr-21f6a387fe3b0c61ae70f77c23abc1eeb5489bb5.tar.gz txr-21f6a387fe3b0c61ae70f77c23abc1eeb5489bb5.tar.bz2 txr-21f6a387fe3b0c61ae70f77c23abc1eeb5489bb5.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 |