Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
928aedd8
Commit
928aedd8
authored
May 24, 1999
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(syms_of_coding): Doc fix.
parent
37dbcd5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
src/coding.c
src/coding.c
+9
-4
No files found.
src/coding.c
View file @
928aedd8
...
...
@@ -5673,11 +5673,16 @@ There are three such tables, `file-coding-system-alist',\n\
DEFVAR_LISP
(
"coding-system-for-write"
,
&
Vcoding_system_for_write
,
"Specify the coding system for write operations.
\n
\
It is useful to bind this variable with `let', but do not set it globally.
\n
\
If the value is a coding system, it is used for encoding on write operation.
\n
\
If not, an appropriate element is used from one of the coding system alists:
\n
\
Programs bind this variable with `let', but you should not set it globally.
\n
\
If the value is a coding system, it is used for encoding of output,
\n
\
when writing it to a file and when sending it to a file or subprocess.
\n
\
\n
\
If this does not specify a coding system, an appropriate element
\n
\
is used from one of the coding system alists:
\n
\
There are three such tables, `file-coding-system-alist',
\n
\
`process-coding-system-alist', and `network-coding-system-alist'."
);
`process-coding-system-alist', and `network-coding-system-alist'.
\n
\
For output to files, if the above procedure does not specify a coding system,
\n
\
the value of `buffer-file-coding-system' is used."
);
Vcoding_system_for_write
=
Qnil
;
DEFVAR_LISP
(
"last-coding-system-used"
,
&
Vlast_coding_system_used
,
...
...
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