aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-09 21:50:56 +0200
committerEli Zaretskii2013-12-09 21:50:56 +0200
commitab62d5a0ee074ace15b0ce21c0b406389d524c95 (patch)
treeb797736f731915e738c9d7b9a5b4309c659bea70 /src
parentafec5165194e5d44c0af4f6f20e26e29aab79cdf (diff)
downloademacs-ab62d5a0ee074ace15b0ce21c0b406389d524c95.tar.gz
emacs-ab62d5a0ee074ace15b0ce21c0b406389d524c95.zip
Doc fix for w32-unicode-filenames.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c4
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
6675This variable is set to non-nil by default when Emacs runs on Windows 6675This variable is set to non-nil by default when Emacs runs on Windows
6676systems of the NT family, including W2K, XP, Vista, Windows 7 and 6676systems of the NT family, including W2K, XP, Vista, Windows 7 and
6677Windows 8. It is set to nil on Windows 9X. 6677Windows 8. It is set to nil on Windows 9X. */);
6678
6679Do 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. */