# HG changeset patch # User Juanma Barranquero # Date 1021550459 0 # Node ID fdaa7425127434c4472d1465511b4cffb4ece5c5 # Parent b80d723ad7cc849a5ab18fc828b192e9fbfbdc5d (filesets-ormap): Fix typo. diff -r b80d723ad7cc -r fdaa74251274 lisp/filesets.el --- a/lisp/filesets.el Thu May 16 12:00:33 2002 +0000 +++ b/lisp/filesets.el Thu May 16 12:00:59 2002 +0000 @@ -152,7 +152,7 @@ (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))