comparison src/w32proc.c @ 80564:8ebcb7d5eba2

(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 May 2008 07:57:33 +0000
parents f1f27e9c15d7
children
comparison
equal deleted inserted replaced
80563:58df3fdb731c 80564:8ebcb7d5eba2
2352 the truename of a file can be slow. */); 2352 the truename of a file can be slow. */);
2353 Vw32_generate_fake_inodes = Qnil; 2353 Vw32_generate_fake_inodes = Qnil;
2354 #endif 2354 #endif
2355 2355
2356 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, 2356 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
2357 doc: /* Non-nil means determine accurate link count in `file-attributes'. 2357 doc: /* If non-nil, determine accurate link count and file type in `file-attributes'.
2358 This option is only useful for files on NTFS volumes, where 2358 This option is mostly useful for files on NTFS volumes, where
2359 hard links are supported. The default value `local' means only do 2359 hard links are supported. The default value `local' means only do
2360 this for files on local harddrives. Any other non-nil value means do 2360 this for files on local fixed drives. Any other non-nil value means do
2361 this even on remote and removable drives where the performance impact 2361 this even on remote and removable drives where the performance impact
2362 may be noticeable even on modern hardware. */); 2362 may be noticeable even on modern hardware. */);
2363 Vw32_get_true_file_attributes = Qlocal; 2363 Vw32_get_true_file_attributes = Qlocal;
2364 2364
2365 staticpro (&Vw32_valid_locale_ids); 2365 staticpro (&Vw32_valid_locale_ids);