From 8d8c494c9a6e64ae43130ecaddc378d91564370e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 14 Jun 2024 21:44:56 +0300 Subject: [PATCH] ; * src/insdel.c (insert_from_gap_1): Update commentary. (cherry picked from commit 47746c1f3737fe3e079ceefc496e9601b6dbef32) --- src/insdel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 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) { -- 2.39.2