diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-30 16:19:30 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-30 16:19:30 +0000 |
commit | 45de4a6fcddbf77b230bb5a910b66dbb97e97445 (patch) | |
tree | a6bb7f63c6eb0ec2b6dc05c0f9fd9d24d21ba6d1 /src/w32proc.c | |
parent | 712eaee029d2596df29a7fdf8e51835f2f272d75 (diff) | |
download | emacs-45de4a6fcddbf77b230bb5a910b66dbb97e97445.tar.gz |
(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r-- | src/w32proc.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index a44a326caf9..f7ddf4d69a8 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -2232,10 +2232,9 @@ the truename of a file can be slow. */); #endif DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, - doc: /* Non-nil means determine accurate link count in file-attributes. -This option slows down file-attributes noticeably, so is disabled by -default. Note that it is only useful for files on NTFS volumes, -where hard links are supported. */); + doc: /* Non-nil means determine accurate link count in `file-attributes'. +Note that this option is only useful for files on NTFS volumes, where hard links +are supported. Moreover, it slows down `file-attributes' noticeably. */) Vw32_get_true_file_attributes = Qt; } /* end of ntproc.c */ |