aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-07 18:51:33 +0200
committerEli Zaretskii2013-12-07 18:51:33 +0200
commit7df14908a304c99289eaa314987f65565f94f4df (patch)
tree538c44ef604c1e488682adafd3ab1c68d7dbd607 /src
parent577c8624d0f51de542c584570917b96aa155b04f (diff)
downloademacs-7df14908a304c99289eaa314987f65565f94f4df.tar.gz
emacs-7df14908a304c99289eaa314987f65565f94f4df.zip
Updated documentation.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index e5347ce765a..a98ed6b9fa5 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5849,7 +5849,10 @@ syms_of_fileio (void)
5849 5849
5850 DEFVAR_LISP ("file-name-coding-system", Vfile_name_coding_system, 5850 DEFVAR_LISP ("file-name-coding-system", Vfile_name_coding_system,
5851 doc: /* Coding system for encoding file names. 5851 doc: /* Coding system for encoding file names.
5852If it is nil, `default-file-name-coding-system' (which see) is used. */); 5852If it is nil, `default-file-name-coding-system' (which see) is used.
5853
5854On MS-Windows, the value of this variable is largely ignored if
5855\`w32-unicode-filenames' (which see) is non-nil. */);
5853 Vfile_name_coding_system = Qnil; 5856 Vfile_name_coding_system = Qnil;
5854 5857
5855 DEFVAR_LISP ("default-file-name-coding-system", 5858 DEFVAR_LISP ("default-file-name-coding-system",
@@ -5860,7 +5863,10 @@ This variable is used only when `file-name-coding-system' is nil.
5860This variable is set/changed by the command `set-language-environment'. 5863This variable is set/changed by the command `set-language-environment'.
5861User should not set this variable manually, 5864User should not set this variable manually,
5862instead use `file-name-coding-system' to get a constant encoding 5865instead use `file-name-coding-system' to get a constant encoding
5863of file names regardless of the current language environment. */); 5866of file names regardless of the current language environment.
5867
5868On MS-Windows, the value of this variable is largely ignored if
5869\`w32-unicode-filenames' (which see) is non-nil. */);
5864 Vdefault_file_name_coding_system = Qnil; 5870 Vdefault_file_name_coding_system = Qnil;
5865 5871
5866 DEFSYM (Qformat_decode, "format-decode"); 5872 DEFSYM (Qformat_decode, "format-decode");