[funds-cvs] r166 - trunk/funds/src/trees

abaine at common-lisp.net abaine at common-lisp.net
Sun Aug 19 16:36:10 UTC 2007


Author: abaine
Date: Sun Aug 19 12:36:10 2007
New Revision: 166

Modified:
   trunk/funds/src/trees/tree-empty-p.lisp
Log:
Edited documentation.

Modified: trunk/funds/src/trees/tree-empty-p.lisp
==============================================================================
--- trunk/funds/src/trees/tree-empty-p.lisp	(original)
+++ trunk/funds/src/trees/tree-empty-p.lisp	Sun Aug 19 12:36:10 2007
@@ -19,8 +19,7 @@
 
 (defgeneric tree-empty-p (tree)
   (:documentation
-"Whether this tree has any key-value pairs."))
-
+"Whether the given tree does not contain key-value pairs."))
 (defmethod tree-empty-p ((tree t))
   nil)
 



More information about the Funds-cvs mailing list