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
72bb55c6
Commit
72bb55c6
authored
Jan 17, 2003
by
Kim F. Storm
Browse files
(Finsert): Mention `string-make-multibyte' and
`string-as-multibyte' in doc string.
parent
c8e88f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/editfns.c
src/editfns.c
+7
-2
No files found.
src/editfns.c
View file @
72bb55c6
...
...
@@ -2061,9 +2061,14 @@ Point and before-insertion markers move forward to end up
Any other markers at the point of insertion remain before the text.
If the current buffer is multibyte, unibyte strings are converted
to multibyte for insertion (see `
unibyte-char-to
-multibyte').
to multibyte for insertion (see `
string-make
-multibyte').
If the current buffer is unibyte, multibyte strings are converted
to unibyte for insertion.
to unibyte for insertion (see `string-make-unibyte').
When operating on binary data, it may be necessary to preserve the
original bytes of a unibyte string when inserting it into a multibyte
buffer; to accomplish this, apply `string-as-multibyte' to the string
and insert the result.
usage: (insert &rest ARGS) */
)
(
nargs
,
args
)
...
...
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