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

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

index 25bbc7b48ee50207195ff3eba1539362f2a4ce47..1036efa7414b83fb25ab4e9be933a4b8e4bf9c45 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-10  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