# HG changeset patch # User Eli Zaretskii # Date 1166272282 0 # Node ID 01df1e874f9113cb618006dae73b190bac6c1c0d # Parent 750ddbdbb3b80b1af849a2971084592ada0ac768 (Windows Files): `w32-get-true-file-attributes' is only relevant for NTFS volumes. (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS volumes. diff -r 750ddbdbb3b8 -r 01df1e874f91 man/msdog.texi --- a/man/msdog.texi Sat Dec 16 12:23:25 2006 +0000 +++ b/man/msdog.texi Sat Dec 16 12:31:22 2006 +0000 @@ -173,9 +173,9 @@ @vindex w32-get-true-file-attributes If the variable @code{w32-get-true-file-attributes} is non-@code{nil} (the default), Emacs tries to determine the accurate -link counts for files. This option is only useful on the NT family of -Windows (2K/XP/2K3), and it considerably slows down Dired and other -features, so use it only on fast machines. +link counts for files. This option is only useful on NTFS volumes, +and it considerably slows down Dired and other features, so use it +only on fast machines. @node ls in Lisp @section Emulation of @code{ls} on MS-Windows @@ -234,10 +234,11 @@ contains one or more of the symbols @code{links}, @code{uid}, and @code{gid}. @code{links} means display the count of different file names that are associated with (a.k.a.@: @dfn{links to}) the file's -data. @code{uid} means display the numerical identifier of the user -who owns the file. @code{gid} means display the numerical identifier -of the file owner's group. The default value is @code{(links uid gid)} -i.e.@: all the 3 optional attributes are displayed. +data; this is only useful on NTFS volumes. @code{uid} means display +the numerical identifier of the user who owns the file. @code{gid} +means display the numerical identifier of the file owner's group. The +default value is @code{(links uid gid)} i.e.@: all the 3 optional +attributes are displayed. @vindex ls-lisp-emulation The variable @code{ls-lisp-emulation} controls the flavour of the