diff options
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. |