bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6821: Documentation: `insert' needs refilled


From: MON KEY
Subject: bug#6821: Documentation: `insert' needs refilled
Date: Sat, 7 Aug 2010 20:19:55 -0400

Documentation: `insert' needs refilled.

,---- (documentation 'insert)
| Insert the arguments, either strings or characters, at point.
| Point and before-insertion markers move forward to end up
|  after the inserted text.
| 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 `string-make-multibyte').
| If the current buffer is unibyte, multibyte strings are converted
| 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.
|
| (fn &rest ARGS)
`----

At this sentence:

"Point and before-insertion markers move forward to end up
   after the inserted text."
 ^^

Problem verified current through Bzr-100972

--
/s_P\





reply via email to

[Prev in Thread] Current Thread [Next in Thread]