comparison 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
comparison
equal deleted inserted replaced
46747:2e7fc648ba7d 46748:15a19dbe41bc
2230 the truename of a file can be slow. */); 2230 the truename of a file can be slow. */);
2231 Vw32_generate_fake_inodes = Qnil; 2231 Vw32_generate_fake_inodes = Qnil;
2232 #endif 2232 #endif
2233 2233
2234 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, 2234 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
2235 doc: /* Non-nil means determine accurate link count in file-attributes. 2235 doc: /* Non-nil means determine accurate link count in `file-attributes'.
2236 This option slows down file-attributes noticeably, so is disabled by 2236 Note that this option is only useful for files on NTFS volumes, where hard links
2237 default. Note that it is only useful for files on NTFS volumes, 2237 are supported. Moreover, it slows down `file-attributes' noticeably. */)
2238 where hard links are supported. */);
2239 Vw32_get_true_file_attributes = Qt; 2238 Vw32_get_true_file_attributes = Qt;
2240 } 2239 }
2241 /* end of ntproc.c */ 2240 /* end of ntproc.c */