Skip to content

Commit

Permalink
updated docs now that group-by-repeated-Xs do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 committed May 25, 2011
1 parent da0b1c0 commit 2d67fdb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.mediawiki
Expand Up @@ -86,13 +86,8 @@ of the items that list groups (leaf nodes of the tree).
When called as (items-in-group gl "russ" :proj-a) returns the items under
the key proj-A that are found under toplevel key "russ"

=== group-by-repeated, group-by-repeated-in-hash-table, group-by-repeated-in-tree ===

Three functions used in implementing grouped-lists. While these can be
used directly with the same set of arguments as make-grouped-list, the
results are more raw, and harder to navigate. It is therefore
suggested that you use make-grouped-list unless you have a good reason
not to (and I cannot think of one currently).
=== group-by-repeated ===
Sames as group-by, but groups on multiple keys and tests (into an alist tree)

== Examples ==

Expand Down

0 comments on commit 2d67fdb

Please sign in to comment.