From: Juanma Barranquero Date: Thu, 16 May 2002 12:00:59 +0000 (+0000) Subject: (filesets-ormap): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15036 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4146f4c8a706208416299fc7c3a77386d4ac2cf;p=emacs.git (filesets-ormap): Fix typo. --- 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))