diff options
| author | Eli Zaretskii | 2008-05-10 08:43:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-10 08:43:19 +0000 |
| commit | d1712a51db8c8413f7b393103d009d84ae607774 (patch) | |
| tree | 0bf2e2d47f74847f5f0f1efcbc7ddb6a2d9052d7 | |
| parent | 688e8ff6d33a228b464d4331ab57cfd292aa823a (diff) | |
| download | emacs-d1712a51db8c8413f7b393103d009d84ae607774.tar.gz emacs-d1712a51db8c8413f7b393103d009d84ae607774.zip | |
(Windows Files): Update the documentation of w32-get-true-file-attributes.
| -rw-r--r-- | man/ChangeLog | 7 | ||||
| -rw-r--r-- | man/msdog.texi | 12 |
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 @@ | |||
| 1 | 2008-05-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * msdog.texi (Windows Files): Update the documentation of | ||
| 4 | w32-get-true-file-attributes. | ||
| 5 | |||
| 1 | 2008-05-08 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-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 | ||
| 6 | 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de> | 11 | 2008-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. | |||
| 171 | default ignores letter-case in file names during completion. | 171 | default 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} |
| 175 | non-@code{nil} (the default), Emacs tries to determine the accurate | 175 | (the default), Emacs tries to determine the accurate link counts and |
| 176 | link counts for files. This option is only useful on NTFS volumes, | 176 | file types for files on local fixed drives. Any other non-@code{nil} |
| 177 | and it considerably slows down Dired and other features, so use it | 177 | value means do this even on remote and removable volumes, where it |
| 178 | only on fast machines. | 178 | could slow down Dired and other similar features; @code{nil} means |
| 179 | never do this. Setting this option to non-@code{nil} is only useful | ||
| 180 | on 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 |