From 0568fba5c322a48817364bb3960918bcafd152b3 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 27 Apr 1998 12:58:56 +0000 Subject: [PATCH] (ctree-find-calist): Modify DOC-string. --- calist.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calist.el b/calist.el index ee643b6..77c5029 100644 --- 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)) -- 1.7.10.4