emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100488: * files.el (directory-files-


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100488: * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
Date: Mon, 31 May 2010 17:15:20 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100488
author: Drew Adams <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-05-31 17:15:20 +0200
message:
  * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-31 14:13:41 +0000
+++ b/lisp/ChangeLog    2010-05-31 15:15:20 +0000
@@ -1,3 +1,7 @@
+2010-05-31  Drew Adams  <address@hidden>
+
+       * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
+
 2010-05-31  Juanma Barranquero  <address@hidden>
 
        * subr.el (momentary-string-display): Just use read-event to read

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2010-05-27 23:30:11 +0000
+++ b/lisp/files.el     2010-05-31 15:15:20 +0000
@@ -4673,7 +4673,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 trash)
   "Delete the directory named DIRECTORY.  Does not follow symlinks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]