all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6821: Documentation: `insert' needs refilled
@ 2010-08-08  0:19 MON KEY
  2010-08-14 23:25 ` Chong Yidong
  0 siblings, 1 reply; 4+ messages in thread
From: MON KEY @ 2010-08-08  0:19 UTC (permalink / raw)
  To: 6821

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\





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-16  3:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-08  0:19 bug#6821: Documentation: `insert' needs refilled MON KEY
2010-08-14 23:25 ` Chong Yidong
2010-08-15 20:28   ` MON KEY
2010-08-16  3:16     ` Chong Yidong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.