diff lisp/files.el @ 108676:3a80fc3735bf

Backport from trunk: Fix bug#6298.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 31 May 2010 17:24:46 +0200
parents 297d4e80151f
children b6b4bb484cc3
line wrap: on
line diff
--- a/lisp/files.el	Mon May 31 10:11:18 2010 -0400
+++ b/lisp/files.el	Mon May 31 17:24:46 2010 +0200
@@ -4647,7 +4647,7 @@
 
 (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)
   "Delete the directory named DIRECTORY.  Does not follow symlinks.