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
a85a871a
Commit
a85a871a
authored
Aug 24, 1998
by
Andreas Schwab
Browse files
(file-coding-system-alist, select-safe-coding-system-function): Doc fix.
parent
f46869e4
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 @
a85a871a
...
...
@@ -5430,7 +5430,7 @@ and the cdr part is used for encoding.\n\
If VAL is a function symbol, the function must return a coding system
\n
\
or a cons of coding systems which are used as above.
\n
\
\n
\
See also the function `find-operation-coding-system'
.
\n
\
See also the function `find-operation-coding-system'
\n
\
and the variable `auto-coding-alist'."
);
Vfile_coding_system_alist
=
Qnil
;
...
...
@@ -5527,7 +5527,7 @@ If set, this function is called to force a user to select a proper\n\
coding system which can encode the text in the case that a default
\n
\
coding system used in each operation can't encode the text.
\n
\
\n
\
The default value is `select-safe-codi
g
n-system' (which see)."
);
The default value is `select-safe-codin
g
-system' (which see)."
);
Vselect_safe_coding_system_function
=
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