From: Eli Zaretskii Date: Fri, 10 Jul 2009 08:50:10 +0000 (+0000) Subject: (syms_of_ntproc) : Doc fix. X-Git-Tag: emacs-23.1~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d2fb068c2183b4e1df70a919b04e8b14fe9c361;p=emacs.git (syms_of_ntproc) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6007a436ca8..9e3e03e45d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2009-07-09 Eli Zaretskii + + * w32proc.c (syms_of_ntproc) : Doc + fix. + + * w32.c (stat): Treat UNC file names as residing on remote + drives. (Bug#3542) + 2009-07-08 Kenichi Handa * coding.h (JIS_TO_SJIS2): Fix the code range check. diff --git a/src/w32proc.c b/src/w32proc.c index 90425175539..40829f0d63e 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -2367,9 +2367,9 @@ the truename of a file can be slow. */); 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.