]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
authorDrew Adams <drew.adams@oracle.com>
Mon, 31 May 2010 15:15:20 +0000 (17:15 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 31 May 2010 15:15:20 +0000 (17:15 +0200)
lisp/ChangeLog
lisp/files.el

index 5065ff98f363a595366d73e909e4f2f2e5a3ee93..b8b1fee8e0cfbb0e13aa619663fda1a945d02c8b 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-31  Drew Adams  <drew.adams@oracle.com>
+
+       * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
+
 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
 
        * subr.el (momentary-string-display): Just use read-event to read
index 4ab583d018bbbcc780489834abf2da8b03858503..8d30659732f36e3d5f445364eba89f4d4e9f1bf5 100644 (file)
@@ -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.