diff options
| author | Eli Zaretskii | 2009-07-09 18:57:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-07-09 18:57:01 +0000 |
| commit | 017dab84e7a5ec2abd931dcf965a3367bb7e39ee (patch) | |
| tree | 9143363d2c92977a17bf572f28ffe7b3f49b1579 | |
| parent | fb8edc0bbd76abae0237a7a34291870b0dc9f2f7 (diff) | |
| download | emacs-017dab84e7a5ec2abd931dcf965a3367bb7e39ee.tar.gz emacs-017dab84e7a5ec2abd931dcf965a3367bb7e39ee.zip | |
(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/w32proc.c | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e64812b43a8..ecfee5c00c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-07-09 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-07-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc | ||
| 4 | fix. | ||
| 5 | |||
| 3 | * w32.c (stat): Treat UNC file names as residing on remote | 6 | * w32.c (stat): Treat UNC file names as residing on remote |
| 4 | drives. (Bug#3542) | 7 | drives. (Bug#3542) |
| 5 | 8 | ||
diff --git a/src/w32proc.c b/src/w32proc.c index 90425175539..40829f0d63e 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -2367,9 +2367,9 @@ the truename of a file can be slow. */); | |||
| 2367 | DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, | 2367 | DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, |
| 2368 | doc: /* Non-nil means determine accurate file attributes in `file-attributes'. | 2368 | doc: /* Non-nil means determine accurate file attributes in `file-attributes'. |
| 2369 | This option controls whether to issue additional system calls to determine | 2369 | This option controls whether to issue additional system calls to determine |
| 2370 | accurate link counts, file type, and ownership information. It is only | 2370 | accurate link counts, file type, and ownership information. It is more |
| 2371 | useful for files on NTFS volumes, where hard links and file security are | 2371 | useful for files on NTFS volumes, where hard links and file security are |
| 2372 | supported. | 2372 | supported, than on volumes of the FAT family. |
| 2373 | 2373 | ||
| 2374 | Without these system calls, link count will always be reported as 1 and file | 2374 | Without these system calls, link count will always be reported as 1 and file |
| 2375 | ownership will be attributed to the current user. | 2375 | ownership will be attributed to the current user. |