# HG changeset patch # User Eli Zaretskii # Date 1247165786 0 # Node ID c7da7466b6140f8b4e7ea84d06d7256118df5289 # Parent f8419a444e81ab0ac2ed6d58fd8f93d5c05af17a (syms_of_ntproc) : Doc fix. diff -r f8419a444e81 -r c7da7466b614 src/w32proc.c --- a/src/w32proc.c Thu Jul 09 18:44:52 2009 +0000 +++ b/src/w32proc.c Thu Jul 09 18:56:26 2009 +0000 @@ -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.