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)