Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2ebb362d
Commit
2ebb362d
authored
Aug 06, 1997
by
Richard M. Stallman
Browse files
(syms_of_coding): Doc syntax fixes.
parent
9089d8d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/coding.c
src/coding.c
+2
-2
No files found.
src/coding.c
View file @
2ebb362d
...
...
@@ -3842,7 +3842,7 @@ syms_of_coding ()
DEFVAR_LISP ("coding-system-for-read", &Vcoding_system_for_read,
"Specify the coding system for read operations.\n\
It is useful to bind this variable with `let', but do not set it globally.
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 decoding on read operation.\n\
If not, an appropriate element is used from one of the coding system alists:\n\
There are three such tables, `file-coding-system-alist',\n\
...
...
@@ -3851,7 +3851,7 @@ 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.
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\
There are three such tables, `file-coding-system-alist',\n\
...
...
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