# HG changeset patch
# User Juanma Barranquero <lekktu@gmail.com>
# Date 1028045959 0
# Node ID 15a19dbe41bc610531b137abbe12aa27b33a0ded
# Parent  2e7fc648ba7da84eb5a3b2c544be27f3ee20e0be
(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.

diff -r 2e7fc648ba7d -r 15a19dbe41bc src/w32proc.c
--- a/src/w32proc.c	Tue Jul 30 13:53:27 2002 +0000
+++ b/src/w32proc.c	Tue Jul 30 16:19:19 2002 +0000
@@ -2232,10 +2232,9 @@
 #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 slows down file-attributes noticeably, so is disabled by
-default.  Note that it is only useful for files on NTFS volumes,
-where hard links are supported.  */);
+	       doc: /* Non-nil means determine accurate link count in `file-attributes'.
+Note that this option is only useful for files on NTFS volumes, where hard links
+are supported.  Moreover, it slows down `file-attributes' noticeably.  */)
   Vw32_get_true_file_attributes = Qt;
 }
 /* end of ntproc.c */