aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-30 16:19:30 +0000
committerJuanma Barranquero2002-07-30 16:19:30 +0000
commit45de4a6fcddbf77b230bb5a910b66dbb97e97445 (patch)
treea6bb7f63c6eb0ec2b6dc05c0f9fd9d24d21ba6d1 /src/w32proc.c
parent712eaee029d2596df29a7fdf8e51835f2f272d75 (diff)
downloademacs-45de4a6fcddbf77b230bb5a910b66dbb97e97445.tar.gz
emacs-45de4a6fcddbf77b230bb5a910b66dbb97e97445.zip
(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c7
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. */);
2232#endif 2232#endif
2233 2233
2234 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, 2234 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
2235 doc: /* Non-nil means determine accurate link count in file-attributes. 2235 doc: /* Non-nil means determine accurate link count in `file-attributes'.
2236This option slows down file-attributes noticeably, so is disabled by 2236Note that this option is only useful for files on NTFS volumes, where hard links
2237default. Note that it is only useful for files on NTFS volumes, 2237are supported. Moreover, it slows down `file-attributes' noticeably. */)
2238where hard links are supported. */);
2239 Vw32_get_true_file_attributes = Qt; 2238 Vw32_get_true_file_attributes = Qt;
2240} 2239}
2241/* end of ntproc.c */ 2240/* end of ntproc.c */