aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 581bd03798e..8a5fb673fe7 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1363,8 +1363,8 @@ to unibyte for insertion (see `string-make-unibyte').
1363 1363
1364When operating on binary data, it may be necessary to preserve the 1364When operating on binary data, it may be necessary to preserve the
1365original bytes of a unibyte string when inserting it into a multibyte 1365original bytes of a unibyte string when inserting it into a multibyte
1366buffer; to accomplish this, apply `string-as-multibyte' to the string 1366buffer; to accomplish this, apply `decode-coding-string' with the
1367and insert the result. 1367`no-conversion' coding system to the string and insert the result.
1368 1368
1369usage: (insert &rest ARGS) */) 1369usage: (insert &rest ARGS) */)
1370 (ptrdiff_t nargs, Lisp_Object *args) 1370 (ptrdiff_t nargs, Lisp_Object *args)