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
9c7a329a
Commit
9c7a329a
authored
Feb 10, 2003
by
Kenichi Handa
Browse files
(Fstring_to_multibyte): Fix typo in the docstring.
parent
7d459e16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/fns.c
src/fns.c
+1
-1
No files found.
src/ChangeLog
View file @
9c7a329a
2003-02-10 Kenichi Handa <handa@m17n.org>
* fns.c (Fstring_to_multibyte): Fix typo in the docstring.
* process.c (QCfilter_multibyte): New variable.
(setup_process_coding_systems): New function.
(Fset_process_buffer, Fset_process_filter): Call
...
...
src/fns.c
View file @
9c7a329a
...
...
@@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */)
DEFUN
(
"string-to-multibyte"
,
Fstring_to_multibyte
,
Sstring_to_multibyte
,
1
,
1
,
0
,
doc
:
/* Return a multibyte string with the same individual chars as STRING.
If STRING is multibyte, the resu
t
l is STRING itself.
If STRING is multibyte, the resul
t
is STRING itself.
Otherwise it is a newly created string, with no text properties.
Characters 0200 through 0237 are converted to eight-bit-control
characters of the same character code. Characters 0240 through 0377
...
...
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