[funds-cvs] r159 - trunk/funds/src/trees
abaine at common-lisp.net
abaine at common-lisp.net
Sun Aug 19 16:15:37 UTC 2007
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)
More information about the Funds-cvs
mailing list