mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Update doc string of 'insert'
* src/editfns.c (Finsert): Mention 'decode-coding-string' instead of the obsolete 'string-as-multibyte' in doc string. (Bug#75345)
This commit is contained in:
parent
6d8c3c0cbe
commit
6468c3f7a7
1 changed files with 2 additions and 2 deletions
|
|
@ -1364,8 +1364,8 @@ 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.
|
||||
buffer; to accomplish this, apply `decode-coding-string' with the
|
||||
`no-conversion' coding system to the string and insert the result.
|
||||
|
||||
usage: (insert &rest ARGS) */)
|
||||
(ptrdiff_t nargs, Lisp_Object *args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue