(filesets-ormap): Fix typo.
This commit is contained in:
parent
aa87aafcde
commit
f4146f4c8a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue