emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99823: Backport from trunk: Fix b


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99823: Backport from trunk: Fix bug#6298.
Date: Mon, 31 May 2010 17:24:46 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99823
author: Drew Adams <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-05-31 17:24:46 +0200
message:
  Backport from trunk: Fix bug#6298.
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-31 14:11:18 +0000
+++ b/lisp/ChangeLog    2010-05-31 15:24:46 +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-04-20 22:28:26 +0000
+++ b/lisp/files.el     2010-05-31 15:24:46 +0000
@@ -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.


reply via email to

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