projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0372ce5
)
; * src/insdel.c (insert_from_gap_1): Update commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Jun 2024 18:44:56 +0000
(21:44 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Jun 2024 18:44:56 +0000
(21:44 +0300)
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/insdel.c
b/src/insdel.c
index a10b7d3b7c8d6a5c17e525b47e0eeba313565655..c450959eec6edf1f5fdb88ce101db4ec47b974af 100644
(file)
--- 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)
{