]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 May 2008 07:58:50 +0000 (07:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 May 2008 07:58:50 +0000 (07:58 +0000)
src/ChangeLog
src/w32proc.c

index f5b038846e93c7c86b702829b16439e6dd2e3538..984c997b5441a13c63fe3c59506ba5cf36e53309 100644 (file)
@@ -1,3 +1,10 @@
+2008-05-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
+
+       * w32.c (stat): Fix test of Vw32_get_true_file_attributes against
+       the value returned by GetDriveType.
+
 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
index 3756f4a8dd1364fd3340c037c22e5ccf0fa32575..3f8e2b1c72f15cdd4fbfbac8cd960b6fdb477ee8 100644 (file)
@@ -2354,10 +2354,10 @@ the truename of a file can be slow.  */);
 #endif
 
   DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
-              doc: /* Non-nil means determine accurate link count in `file-attributes'.
-This option is only useful for files on NTFS volumes, where
+              doc: /* If non-nil, determine accurate link count and file type in `file-attributes'.
+This option is mostly useful for files on NTFS volumes, where
 hard links are supported.  The default value `local' means only do
-this for files on local harddrives.  Any other non-nil value means do
+this for files on local fixed drives.  Any other non-nil value means do
 this even on remote and removable drives where the performance impact
 may be noticeable even on modern hardware.  */);
   Vw32_get_true_file_attributes = Qlocal;