mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * src/insdel.c (insert_from_gap_1): Update commentary.
This commit is contained in:
parent
0372ce5f60
commit
47746c1f37
1 changed files with 1 additions and 1 deletions
|
|
@ -1094,7 +1094,7 @@ insert_from_string_1 (Lisp_Object string, ptrdiff_t pos, ptrdiff_t pos_byte,
|
|||
GPT_ADDR (if not text_at_gap_tail).
|
||||
Contrary to insert_from_gap, this does not invalidate any cache,
|
||||
nor update any markers, nor record any buffer modification information
|
||||
of any sort. */
|
||||
of any sort, with the single exception of notifying tree-sitter. */
|
||||
void
|
||||
insert_from_gap_1 (ptrdiff_t nchars, ptrdiff_t nbytes, bool text_at_gap_tail)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue