# HG changeset patch # User Jason Rumney # Date 974831030 0 # Node ID 3f0eabdbb9aaa12e031fd2f9f35c33722f306246 # Parent efa325b58d7485b5735b336f3bb577d19d769244 (syms_of_ntproc): Doc fix for w32-downcase-file-names. diff -r efa325b58d74 -r 3f0eabdbb9aa src/w32proc.c --- a/src/w32proc.c Tue Nov 21 18:02:47 2000 +0000 +++ b/src/w32proc.c Tue Nov 21 18:23:50 2000 +0000 @@ -2176,7 +2176,10 @@ DEFVAR_LISP ("w32-downcase-file-names", &Vw32_downcase_file_names, "Non-nil means convert all-upper case file names to lower case.\n\ -This applies when performing completions and file name expansion."); +This applies when performing completions and file name expansion.\n\ +Note that the value of this setting also affects remote file names,\n\ +so you probably don't want to set to non-nil if you use case-sensitive\n\ +filesystems via ange-ftp."); Vw32_downcase_file_names = Qnil; #if 0