diff src/w32proc.c @ 46748:15a19dbe41bc

(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 30 Jul 2002 16:19:19 +0000
parents 40db0673e6f0
children 514398573221
line wrap: on
line diff
--- 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 */