diff options
| author | Jason Rumney | 2000-11-21 18:23:50 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-11-21 18:23:50 +0000 |
| commit | b67af52a8fa36d00df930beecd67e391793ead7b (patch) | |
| tree | 29d728c6163802dd1142e4636812cb3398049c64 /src | |
| parent | 3b51cca03f1a8bc693567a85c836ac0996b5a88c (diff) | |
| download | emacs-b67af52a8fa36d00df930beecd67e391793ead7b.tar.gz emacs-b67af52a8fa36d00df930beecd67e391793ead7b.zip | |
(syms_of_ntproc): Doc fix for w32-downcase-file-names.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 0397e16a80c..c358621f557 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -2176,7 +2176,10 @@ process temporarily). A value of zero disables waiting entirely."); | |||
| 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 |