aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-05-10 08:43:19 +0000
committerEli Zaretskii2008-05-10 08:43:19 +0000
commitd1712a51db8c8413f7b393103d009d84ae607774 (patch)
tree0bf2e2d47f74847f5f0f1efcbc7ddb6a2d9052d7
parent688e8ff6d33a228b464d4331ab57cfd292aa823a (diff)
downloademacs-d1712a51db8c8413f7b393103d009d84ae607774.tar.gz
emacs-d1712a51db8c8413f7b393103d009d84ae607774.zip
(Windows Files): Update the documentation of w32-get-true-file-attributes.
-rw-r--r--man/ChangeLog7
-rw-r--r--man/msdog.texi12
2 files changed, 13 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 929f5ccb53b..83f3fac3cbf 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,7 +1,12 @@
12008-05-10 Eli Zaretskii <eliz@gnu.org>
2
3 * msdog.texi (Windows Files): Update the documentation of
4 w32-get-true-file-attributes.
5
12008-05-08 Chong Yidong <cyd@stupidchicken.com> 62008-05-08 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * killing.texi (Appending Kills): Remove a strangely off-topic index 8 * killing.texi (Appending Kills): Remove a strangely off-topic index
4 entry. 9 entry "television".
5 10
62008-04-13 Reiner Steib <Reiner.Steib@gmx.de> 112008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7 12
diff --git a/man/msdog.texi b/man/msdog.texi
index 81dc126ea17..fd38a4145b3 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -171,11 +171,13 @@ backslash, and also knows about drive letters in file names.
171default ignores letter-case in file names during completion. 171default ignores letter-case in file names during completion.
172 172
173@vindex w32-get-true-file-attributes 173@vindex w32-get-true-file-attributes
174 If the variable @code{w32-get-true-file-attributes} is 174 If the variable @code{w32-get-true-file-attributes} is @code{local}
175non-@code{nil} (the default), Emacs tries to determine the accurate 175(the default), Emacs tries to determine the accurate link counts and
176link counts for files. This option is only useful on NTFS volumes, 176file types for files on local fixed drives. Any other non-@code{nil}
177and it considerably slows down Dired and other features, so use it 177value means do this even on remote and removable volumes, where it
178only on fast machines. 178could slow down Dired and other similar features; @code{nil} means
179never do this. Setting this option to non-@code{nil} is only useful
180on NTFS volumes.
179 181
180@node ls in Lisp 182@node ls in Lisp
181@section Emulation of @code{ls} on MS-Windows 183@section Emulation of @code{ls} on MS-Windows