From: Drew Adams Date: Mon, 31 May 2010 15:15:20 +0000 (+0200) Subject: * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298). X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1603358c07968d47cd48da509bfe5b2230505493;p=emacs.git * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5065ff98f36..b8b1fee8e0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-05-31 Drew Adams + + * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298). + 2010-05-31 Juanma Barranquero * subr.el (momentary-string-display): Just use read-event to read diff --git a/lisp/files.el b/lisp/files.el index 4ab583d018b..8d30659732f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4673,7 +4673,7 @@ this happens by default." (defconst directory-files-no-dot-files-regexp "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*" - "Regexp of file names excluging \".\" an \"..\".") + "Regexp matching any file name except \".\" and \"..\".") (defun delete-directory (directory &optional recursive trash) "Delete the directory named DIRECTORY. Does not follow symlinks.