From: morioka Date: Mon, 27 Apr 1998 12:58:56 +0000 (+0000) Subject: (ctree-find-calist): Modify DOC-string. X-Git-Tag: apel-8_6~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0568fba5c322a48817364bb3960918bcafd152b3;p=elisp%2Fapel.git (ctree-find-calist): Modify DOC-string. --- 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))