]> code.delx.au - gnu-emacs/commitdiff
Minor doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Dec 2013 17:16:30 +0000 (19:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Dec 2013 17:16:30 +0000 (19:16 +0200)
src/fileio.c

index a98ed6b9fa502b1cd0f27f3c5c1b936635027220..7b4bd7f196da86ea81cd2bd35040d310e895b867 100644 (file)
@@ -5852,7 +5852,8 @@ syms_of_fileio (void)
 If it is nil, `default-file-name-coding-system' (which see) is used.
 
 On MS-Windows, the value of this variable is largely ignored if
-\`w32-unicode-filenames' (which see) is non-nil.  */);
+\`w32-unicode-filenames' (which see) is non-nil.  Emacs on Windows
+behaves as if file names were encoded in `utf-8'.  */);
   Vfile_name_coding_system = Qnil;
 
   DEFVAR_LISP ("default-file-name-coding-system",
@@ -5866,7 +5867,8 @@ instead use `file-name-coding-system' to get a constant encoding
 of file names regardless of the current language environment.
 
 On MS-Windows, the value of this variable is largely ignored if
-\`w32-unicode-filenames' (which see) is non-nil.  */);
+\`w32-unicode-filenames' (which see) is non-nil.  Emacs on Windows
+behaves as if file names were encoded in `utf-8'.  */);
   Vdefault_file_name_coding_system = Qnil;
 
   DEFSYM (Qformat_decode, "format-decode");