Author: abaine Date: Sun Aug 19 12:15:37 2007 New Revision: 159
Modified: trunk/funds/src/trees/tree-find.lisp Log: Edited documentation of tree-find.
Modified: trunk/funds/src/trees/tree-find.lisp ============================================================================== --- trunk/funds/src/trees/tree-find.lisp (original) +++ trunk/funds/src/trees/tree-find.lisp Sun Aug 19 12:15:37 2007 @@ -28,7 +28,6 @@ if k maps to nil. But
(find t k) -> nil nil - if there is no mapping for k in the tree."))
(defmethod tree-find ((tree leaf) key &key test order)