1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00

(syms_of_ntproc): Doc fix for w32-downcase-file-names.

This commit is contained in:
Jason Rumney 2000-11-21 18:23:50 +00:00
parent 3b51cca03f
commit b67af52a8f

View file

@ -2176,7 +2176,10 @@ process temporarily). A value of zero disables waiting entirely.");
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