Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
346ebf53
Commit
346ebf53
authored
Nov 29, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(file-name-coding-system, default-file-name-coding-system): Doc fix (links
to referenced variables added).
parent
9e677746
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/fileio.c
src/fileio.c
+4
-4
No files found.
src/fileio.c
View file @
346ebf53
...
...
@@ -6111,17 +6111,17 @@ syms_of_fileio ()
DEFVAR_LISP ("file-name-coding-system", &Vfile_name_coding_system,
doc: /* *Coding system for encoding file names.
If it is nil, default-file-name-coding-system (which see) is used. */
);
If it is nil,
`
default-file-name-coding-system
'
(which see) is used. */);
Vfile_name_coding_system = Qnil;
DEFVAR_LISP ("default-file-name-coding-system",
&Vdefault_file_name_coding_system,
doc: /* Default coding system for encoding file names.
This variable is used only when file-name-coding-system is nil.
This variable is used only when
`
file-name-coding-system
'
is nil.
This variable is set/changed by the command set-language-environment.
This variable is set/changed by the command
`
set-language-environment
'
.
User should not set this variable manually,
instead use file-name-coding-system to get a constant encoding
instead use
`
file-name-coding-system
'
to get a constant encoding
of file names regardless of the current language environment. */);
Vdefault_file_name_coding_system = Qnil;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment