aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-05-16 12:00:59 +0000
committerJuanma Barranquero2002-05-16 12:00:59 +0000
commitf4146f4c8a706208416299fc7c3a77386d4ac2cf (patch)
tree3ce424b0e518be5e3221476c090e97640c68ef40
parentaa87aafcdef167e1e272d31902a341329c9bbf90 (diff)
downloademacs-f4146f4c8a706208416299fc7c3a77386d4ac2cf.tar.gz
emacs-f4146f4c8a706208416299fc7c3a77386d4ac2cf.zip
(filesets-ormap): Fix typo.
-rw-r--r--lisp/filesets.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 8b494262ae1..ae82aedb68b 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -152,7 +152,7 @@ COND-FN takes one argument: the current element."
152 (setq rv (append rv (list elt))))))) 152 (setq rv (append rv (list elt)))))))
153 153
154(defun filesets-ormap (fsom-pred lst) 154(defun filesets-ormap (fsom-pred lst)
155 "Return the the tail of FSOM-LST for the head of which FSOM-PRED is non-nil." 155 "Return the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
156 (let ((fsom-lst lst) 156 (let ((fsom-lst lst)
157 (fsom-rv nil)) 157 (fsom-rv nil))
158 (while (and (not (null fsom-lst)) 158 (while (and (not (null fsom-lst))