diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c index 331d5c85d33..a555f8294d4 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -6111,17 +6111,17 @@ syms_of_fileio () | |||
| 6111 | 6111 | ||
| 6112 | DEFVAR_LISP ("file-name-coding-system", &Vfile_name_coding_system, | 6112 | DEFVAR_LISP ("file-name-coding-system", &Vfile_name_coding_system, |
| 6113 | doc: /* *Coding system for encoding file names. | 6113 | doc: /* *Coding system for encoding file names. |
| 6114 | If it is nil, default-file-name-coding-system (which see) is used. */); | 6114 | If it is nil, `default-file-name-coding-system' (which see) is used. */); |
| 6115 | Vfile_name_coding_system = Qnil; | 6115 | Vfile_name_coding_system = Qnil; |
| 6116 | 6116 | ||
| 6117 | DEFVAR_LISP ("default-file-name-coding-system", | 6117 | DEFVAR_LISP ("default-file-name-coding-system", |
| 6118 | &Vdefault_file_name_coding_system, | 6118 | &Vdefault_file_name_coding_system, |
| 6119 | doc: /* Default coding system for encoding file names. | 6119 | doc: /* Default coding system for encoding file names. |
| 6120 | This variable is used only when file-name-coding-system is nil. | 6120 | This variable is used only when `file-name-coding-system' is nil. |
| 6121 | 6121 | ||
| 6122 | This variable is set/changed by the command set-language-environment. | 6122 | This variable is set/changed by the command `set-language-environment'. |
| 6123 | User should not set this variable manually, | 6123 | User should not set this variable manually, |
| 6124 | instead use file-name-coding-system to get a constant encoding | 6124 | instead use `file-name-coding-system' to get a constant encoding |
| 6125 | of file names regardless of the current language environment. */); | 6125 | of file names regardless of the current language environment. */); |
| 6126 | Vdefault_file_name_coding_system = Qnil; | 6126 | Vdefault_file_name_coding_system = Qnil; |
| 6127 | 6127 | ||