# HG changeset patch # User Eli Zaretskii # Date 1210409951 0 # Node ID 2c7764e0006a972acac4964595d813478d47a895 # Parent 0d961d6ec7ba8b0d0e474201611cc580c3d045ae (Fdirectory_files_and_attributes, Ffile_attributes): Mention w32-get-true-file-attributes in the doc strings. diff -r 0d961d6ec7ba -r 2c7764e0006a src/dired.c --- a/src/dired.c Sat May 10 08:43:19 2008 +0000 +++ b/src/dired.c Sat May 10 08:59:11 2008 +0000 @@ -374,7 +374,9 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable. NOSORT is useful if you plan to sort the result yourself. ID-FORMAT specifies the preferred format of attributes uid and gid, see -`file-attributes' for further documentation. */) +`file-attributes' for further documentation. +On MS-Windows, performance depends on `w32-get-true-file-attributes', +which see. */) (directory, full, match, nosort, id_format) Lisp_Object directory, full, match, nosort, id_format; { @@ -921,7 +923,10 @@ this is a cons cell containing two integers: first the high part, then the low 16 bits. 11. Device number. If it is larger than the Emacs integer, this is - a cons cell, similar to the inode number. */) + a cons cell, similar to the inode number. + +On MS-Windows, performance depends on `w32-get-true-file-attributes', +which see. */) (filename, id_format) Lisp_Object filename, id_format; {