diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 4 |
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 | ||
| 1364 | When operating on binary data, it may be necessary to preserve the | 1364 | When operating on binary data, it may be necessary to preserve the |
| 1365 | original bytes of a unibyte string when inserting it into a multibyte | 1365 | original bytes of a unibyte string when inserting it into a multibyte |
| 1366 | buffer; to accomplish this, apply `string-as-multibyte' to the string | 1366 | buffer; to accomplish this, apply `decode-coding-string' with the |
| 1367 | and insert the result. | 1367 | `no-conversion' coding system to the string and insert the result. |
| 1368 | 1368 | ||
| 1369 | usage: (insert &rest ARGS) */) | 1369 | usage: (insert &rest ARGS) */) |
| 1370 | (ptrdiff_t nargs, Lisp_Object *args) | 1370 | (ptrdiff_t nargs, Lisp_Object *args) |