diff options
| author | Xue Fuqiao | 2013-08-16 10:09:08 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-16 10:09:08 +0800 |
| commit | de179a3e1ef3a8a8dc4e1fe548d057c61b178f35 (patch) | |
| tree | ede6301a6042d4f842973a9e54609556688a2b85 /src/editfns.c | |
| parent | 8b8bf4a3ce2d3ecd30babdcbfd3600309bd818f1 (diff) | |
| download | emacs-de179a3e1ef3a8a8dc4e1fe548d057c61b178f35.tar.gz emacs-de179a3e1ef3a8a8dc4e1fe548d057c61b178f35.zip | |
* src/editfns.c (insert_before_markers): Mention overlay in the doc string.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index 90346a88eb2..bbaeaea5240 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2330,6 +2330,10 @@ to multibyte for insertion (see `unibyte-char-to-multibyte'). | |||
| 2330 | If the current buffer is unibyte, multibyte strings are converted | 2330 | If the current buffer is unibyte, multibyte strings are converted |
| 2331 | to unibyte for insertion. | 2331 | to unibyte for insertion. |
| 2332 | 2332 | ||
| 2333 | If an overlay begins at the insertion point, the inserted text falls | ||
| 2334 | outside the overlay; if a nonempty overlay ends at the insertion | ||
| 2335 | point, the inserted text falls inside that overlay. | ||
| 2336 | |||
| 2333 | usage: (insert-before-markers &rest ARGS) */) | 2337 | usage: (insert-before-markers &rest ARGS) */) |
| 2334 | (ptrdiff_t nargs, Lisp_Object *args) | 2338 | (ptrdiff_t nargs, Lisp_Object *args) |
| 2335 | { | 2339 | { |