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:
parent
3b51cca03f
commit
b67af52a8f
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue