diff options
| author | Eli Zaretskii | 2024-06-14 21:44:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-14 21:44:56 +0300 |
| commit | 47746c1f3737fe3e079ceefc496e9601b6dbef32 (patch) | |
| tree | 154e5f5b8af69699e9739473c85e9a4ac744053c /src | |
| parent | 0372ce5f60c18956738a31985569b86444d52ec5 (diff) | |
| download | emacs-47746c1f3737fe3e079ceefc496e9601b6dbef32.tar.gz emacs-47746c1f3737fe3e079ceefc496e9601b6dbef32.zip | |
; * src/insdel.c (insert_from_gap_1): Update commentary.
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 2 |
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. */ |
| 1098 | void | 1098 | void |
| 1099 | insert_from_gap_1 (ptrdiff_t nchars, ptrdiff_t nbytes, bool text_at_gap_tail) | 1099 | insert_from_gap_1 (ptrdiff_t nchars, ptrdiff_t nbytes, bool text_at_gap_tail) |
| 1100 | { | 1100 | { |