emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32proc.c,v [EMACS_22_BASE]


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32proc.c,v [EMACS_22_BASE]
Date: Sat, 10 May 2008 07:57:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Eli Zaretskii <eliz>    08/05/10 07:57:33

Index: w32proc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32proc.c,v
retrieving revision 1.70.2.7
retrieving revision 1.70.2.8
diff -u -b -r1.70.2.7 -r1.70.2.8
--- w32proc.c   10 Apr 2008 10:42:54 -0000      1.70.2.7
+++ w32proc.c   10 May 2008 07:57:33 -0000      1.70.2.8
@@ -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;




reply via email to

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