Mercurial > emacs
changeset 45319:fdaa74251274
(filesets-ormap): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 May 2002 12:00:59 +0000 |
parents | b80d723ad7cc |
children | 886037f6f545 |
files | lisp/filesets.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))