diff options
| author | Eli Zaretskii | 2013-12-07 19:16:30 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-07 19:16:30 +0200 |
| commit | 6630df25238c5a1efa2bc6a0fa7889782e8c91b5 (patch) | |
| tree | 07331b9345ce10b1a4f40cf91905394e1bf677e1 /src | |
| parent | 7df14908a304c99289eaa314987f65565f94f4df (diff) | |
| download | emacs-6630df25238c5a1efa2bc6a0fa7889782e8c91b5.tar.gz emacs-6630df25238c5a1efa2bc6a0fa7889782e8c91b5.zip | |
Minor doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index a98ed6b9fa5..7b4bd7f196d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -5852,7 +5852,8 @@ syms_of_fileio (void) | |||
| 5852 | If it is nil, `default-file-name-coding-system' (which see) is used. | 5852 | If it is nil, `default-file-name-coding-system' (which see) is used. |
| 5853 | 5853 | ||
| 5854 | On MS-Windows, the value of this variable is largely ignored if | 5854 | On MS-Windows, the value of this variable is largely ignored if |
| 5855 | \`w32-unicode-filenames' (which see) is non-nil. */); | 5855 | \`w32-unicode-filenames' (which see) is non-nil. Emacs on Windows |
| 5856 | behaves as if file names were encoded in `utf-8'. */); | ||
| 5856 | Vfile_name_coding_system = Qnil; | 5857 | Vfile_name_coding_system = Qnil; |
| 5857 | 5858 | ||
| 5858 | DEFVAR_LISP ("default-file-name-coding-system", | 5859 | DEFVAR_LISP ("default-file-name-coding-system", |
| @@ -5866,7 +5867,8 @@ instead use `file-name-coding-system' to get a constant encoding | |||
| 5866 | of file names regardless of the current language environment. | 5867 | of file names regardless of the current language environment. |
| 5867 | 5868 | ||
| 5868 | On MS-Windows, the value of this variable is largely ignored if | 5869 | On MS-Windows, the value of this variable is largely ignored if |
| 5869 | \`w32-unicode-filenames' (which see) is non-nil. */); | 5870 | \`w32-unicode-filenames' (which see) is non-nil. Emacs on Windows |
| 5871 | behaves as if file names were encoded in `utf-8'. */); | ||
| 5870 | Vdefault_file_name_coding_system = Qnil; | 5872 | Vdefault_file_name_coding_system = Qnil; |
| 5871 | 5873 | ||
| 5872 | DEFSYM (Qformat_decode, "format-decode"); | 5874 | DEFSYM (Qformat_decode, "format-decode"); |