comparison src/w32proc.c @ 33694:3f0eabdbb9aa

(syms_of_ntproc): Doc fix for w32-downcase-file-names.
author Jason Rumney <jasonr@gnu.org>
date Tue, 21 Nov 2000 18:23:50 +0000
parents 547138676a74
children 6e6e46d239df
comparison
equal deleted inserted replaced
33693:efa325b58d74 33694:3f0eabdbb9aa
2174 process temporarily). A value of zero disables waiting entirely."); 2174 process temporarily). A value of zero disables waiting entirely.");
2175 Vw32_pipe_read_delay = 50; 2175 Vw32_pipe_read_delay = 50;
2176 2176
2177 DEFVAR_LISP ("w32-downcase-file-names", &Vw32_downcase_file_names, 2177 DEFVAR_LISP ("w32-downcase-file-names", &Vw32_downcase_file_names,
2178 "Non-nil means convert all-upper case file names to lower case.\n\ 2178 "Non-nil means convert all-upper case file names to lower case.\n\
2179 This applies when performing completions and file name expansion."); 2179 This applies when performing completions and file name expansion.\n\
2180 Note that the value of this setting also affects remote file names,\n\
2181 so you probably don't want to set to non-nil if you use case-sensitive\n\
2182 filesystems via ange-ftp.");
2180 Vw32_downcase_file_names = Qnil; 2183 Vw32_downcase_file_names = Qnil;
2181 2184
2182 #if 0 2185 #if 0
2183 DEFVAR_LISP ("w32-generate-fake-inodes", &Vw32_generate_fake_inodes, 2186 DEFVAR_LISP ("w32-generate-fake-inodes", &Vw32_generate_fake_inodes,
2184 "Non-nil means attempt to fake realistic inode values.\n\ 2187 "Non-nil means attempt to fake realistic inode values.\n\