(filesets-ormap): Fix typo.

This commit is contained in:
Juanma Barranquero 2002-05-16 12:00:59 +00:00
parent aa87aafcde
commit f4146f4c8a

View file

@ -152,7 +152,7 @@ COND-FN takes one argument: the current element."
(setq rv (append rv (list elt)))))))
(defun filesets-ormap (fsom-pred lst)
"Return the the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
"Return the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
(let ((fsom-lst lst)
(fsom-rv nil))
(while (and (not (null fsom-lst))