diff options
| author | Eli Zaretskii | 2013-12-09 21:50:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-09 21:50:56 +0200 |
| commit | ab62d5a0ee074ace15b0ce21c0b406389d524c95 (patch) | |
| tree | b797736f731915e738c9d7b9a5b4309c659bea70 /src | |
| parent | afec5165194e5d44c0af4f6f20e26e29aab79cdf (diff) | |
| download | emacs-ab62d5a0ee074ace15b0ce21c0b406389d524c95.tar.gz emacs-ab62d5a0ee074ace15b0ce21c0b406389d524c95.zip | |
Doc fix for w32-unicode-filenames.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c index 2b91aa99dc2..64febea6a1a 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -6674,9 +6674,7 @@ specified by `file-name-coding-system'. | |||
| 6674 | 6674 | ||
| 6675 | This variable is set to non-nil by default when Emacs runs on Windows | 6675 | This variable is set to non-nil by default when Emacs runs on Windows |
| 6676 | systems of the NT family, including W2K, XP, Vista, Windows 7 and | 6676 | systems of the NT family, including W2K, XP, Vista, Windows 7 and |
| 6677 | Windows 8. It is set to nil on Windows 9X. | 6677 | Windows 8. It is set to nil on Windows 9X. */); |
| 6678 | |||
| 6679 | Do NOT change the value of this variable, except for debugging purposes! */); | ||
| 6680 | w32_unicode_filenames = 0; | 6678 | w32_unicode_filenames = 0; |
| 6681 | 6679 | ||
| 6682 | /* Tell Emacs about this window system. */ | 6680 | /* Tell Emacs about this window system. */ |