changeset 80564:8ebcb7d5eba2

(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 May 2008 07:57:33 +0000
parents 58df3fdb731c
children 8db4c99b8739
files src/w32proc.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32proc.c	Sat May 10 07:56:42 2008 +0000
+++ b/src/w32proc.c	Sat May 10 07:57:33 2008 +0000
@@ -2354,10 +2354,10 @@
 #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;