diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 12:00:59 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 12:00:59 +0000 |
commit | f4146f4c8a706208416299fc7c3a77386d4ac2cf (patch) | |
tree | 3ce424b0e518be5e3221476c090e97640c68ef40 /lisp/filesets.el | |
parent | aa87aafcdef167e1e272d31902a341329c9bbf90 (diff) | |
download | emacs-f4146f4c8a706208416299fc7c3a77386d4ac2cf.tar.gz emacs-f4146f4c8a706208416299fc7c3a77386d4ac2cf.tar.bz2 emacs-f4146f4c8a706208416299fc7c3a77386d4ac2cf.zip |
(filesets-ormap): Fix typo.
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r-- | lisp/filesets.el | 2 |
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." (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)) |