]> git.eshelyaron.com Git - emacs.git/commitdiff
(Windows Files) <w32-get-true-file-attributes>: Don't be so categorical
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Jul 2009 19:02:44 +0000 (19:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Jul 2009 19:02:44 +0000 (19:02 +0000)
in saying that the option is only useful on NTFS.

doc/emacs/ChangeLog
doc/emacs/msdog.texi

index 6a001779ad98fbb3f84ca6bf91f1037c800eb6f1..c90fb818cfd9317b99ba9a17d4ae801b2e151803 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
+       so categorical in saying that the option is only useful on NTFS.
+
 2009-07-09  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
index 1e5a7ab923be1dff739120035805c14494400885..3634090c20eb8c4424d3186efca00c4cd3d04eab 100644 (file)
@@ -187,8 +187,9 @@ will issue these additional system calls only for files on local fixed
 drives.  Any other non-@code{nil} value means do this even for
 removable and remote volumes, where this could potentially slow down
 Dired and other related features.  The value of @code{nil} means never
-issue those system calls.  Non-@code{nil} values are only useful on
-NTFS volumes, which support hard links and file security.
+issue those system calls.  Non-@code{nil} values are more useful on
+NTFS volumes, which support hard links and file security, than on FAT,
+FAT32, and XFAT volumes.
 
 @node ls in Lisp
 @section Emulation of @code{ls} on MS-Windows