considered for completion. STRING, PRED2, and ACTION are the
usual arguments to completion tables, as described in
`try-completion', `all-completions', and `test-completion'. If
-STRICT is t, the predicate always applies; if nil it only applies
-if it does not reduce the set of possible completions to nothing.
-Note: TABLE needs to be a proper completion table which obeys
-predicates."
+STRICT is non-nil, the predicate always applies; if nil it only
+applies if it does not reduce the set of possible completions to
+nothing. Note: TABLE needs to be a proper completion table which
+obeys predicates."
(cond
((and (not strict) (eq action 'lambda))
;; Ignore pred1 since it doesn't really have to apply anyway.