(ctree-find-calist): Modify DOC-string.
authormorioka <morioka>
Mon, 27 Apr 1998 12:58:56 +0000 (12:58 +0000)
committermorioka <morioka>
Mon, 27 Apr 1998 12:58:56 +0000 (12:58 +0000)
calist.el

index ee643b6..77c5029 100644 (file)
--- a/calist.el
+++ b/calist.el
@@ -85,7 +85,9 @@
        ))))
 
 (defun ctree-find-calist (rule-tree alist &optional all)
-  "Return list of condition-alist which matches ALIST in RULE-TREE."
+  "Return list of condition-alist which matches ALIST in RULE-TREE.
+If optional argument ALL is specified, default rules are not ignored
+even if other rules are matched for ALIST."
   (if (null rule-tree)
       (list alist)
     (let ((type (car rule-tree))