Mercurial > hg > xemacs-beta
diff lisp/cl-seq.el @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 41ff10fd062f |
children | a4f53d9b3154 |
line wrap: on
line diff
--- a/lisp/cl-seq.el Mon Aug 13 10:27:41 2007 +0200 +++ b/lisp/cl-seq.el Mon Aug 13 10:28:48 2007 +0200 @@ -920,7 +920,7 @@ (setq cl-tree (cdr cl-tree)))))) (defun tree-equal (cl-x cl-y &rest cl-keys) - "T if trees X and Y have `eql' leaves. + "Return t if trees X and Y have `eql' leaves. Atoms are compared by `eql'; cons cells are compared recursively. Keywords supported: :test :test-not :key" (cl-parsing-keywords (:test :test-not :key) ()