aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index a10b7d3b7c8..c450959eec6 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -1094,7 +1094,7 @@ insert_from_string_1 (Lisp_Object string, ptrdiff_t pos, ptrdiff_t pos_byte,
1094 GPT_ADDR (if not text_at_gap_tail). 1094 GPT_ADDR (if not text_at_gap_tail).
1095 Contrary to insert_from_gap, this does not invalidate any cache, 1095 Contrary to insert_from_gap, this does not invalidate any cache,
1096 nor update any markers, nor record any buffer modification information 1096 nor update any markers, nor record any buffer modification information
1097 of any sort. */ 1097 of any sort, with the single exception of notifying tree-sitter. */
1098void 1098void
1099insert_from_gap_1 (ptrdiff_t nchars, ptrdiff_t nbytes, bool text_at_gap_tail) 1099insert_from_gap_1 (ptrdiff_t nchars, ptrdiff_t nbytes, bool text_at_gap_tail)
1100{ 1100{