comparison src/fileio.c @ 41661:8151a2b431d0

(file-name-coding-system, default-file-name-coding-system): Doc fix (links to referenced variables added).
author Pavel Janík <Pavel@Janik.cz>
date Thu, 29 Nov 2001 06:54:34 +0000
parents fccc74affd73
children b0e866164182
comparison
equal deleted inserted replaced
41660:1fd5c468b3da 41661:8151a2b431d0
6109 staticpro (&Qfind_buffer_file_type); 6109 staticpro (&Qfind_buffer_file_type);
6110 #endif /* DOS_NT */ 6110 #endif /* DOS_NT */
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
6128 DEFVAR_LISP ("auto-save-file-format", &Vauto_save_file_format, 6128 DEFVAR_LISP ("auto-save-file-format", &Vauto_save_file_format,
6129 doc: /* *Format in which to write auto-save files. 6129 doc: /* *Format in which to write auto-save files.