From f4146f4c8a706208416299fc7c3a77386d4ac2cf Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 May 2002 12:00:59 +0000 Subject: [PATCH] (filesets-ormap): Fix typo. --- lisp/filesets.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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)) -- 2.39.2