emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src w32proc.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src w32proc.c
Date: Thu, 09 Jul 2009 18:56:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/07/09 18:56:26

Modified files:
        src            : w32proc.c 

Log message:
        (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/w32proc.c?cvsroot=emacs&r1=1.88&r2=1.89

Patches:
Index: w32proc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32proc.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- w32proc.c   8 Jan 2009 03:16:06 -0000       1.88
+++ w32proc.c   9 Jul 2009 18:56:26 -0000       1.89
@@ -2367,9 +2367,9 @@
   DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
               doc: /* Non-nil means determine accurate file attributes in 
`file-attributes'.
 This option controls whether to issue additional system calls to determine
-accurate link counts, file type, and ownership information.  It is only
+accurate link counts, file type, and ownership information.  It is more
 useful for files on NTFS volumes, where hard links and file security are
-supported.
+supported, than on volumes of the FAT family.
 
 Without these system calls, link count will always be reported as 1 and file
 ownership will be attributed to the current user.




reply via email to

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