diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-03 07:34:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-03 07:34:50 -0700 |
commit | 8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd (patch) | |
tree | 89ffc1b549cd4a5d243e6ec8b7a591cb727b145d /txr.1 | |
parent | 92bb6283ea4b79a883db8febaaa1b872f9567c33 (diff) | |
download | txr-8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd.tar.gz txr-8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd.tar.bz2 txr-8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd.zip |
Typo.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11667,7 +11667,7 @@ Description: The group-by function produces a hash table from <sequence>, which is a list or vector. Entries of the hash table are not elements of sequence, -but lists of elements of <sequence>. The function <func> is applied toe +but lists of elements of <sequence>. The function <func> is applied to each element of <sequence> to compute a key. That key is used to determine which list the item is added to in the hash table. |