diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-02-03 18:02:53 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-02-03 18:03:18 +0100 |
commit | f25c15ceb7d9b26cc8b93648730571187ef36c85 (patch) | |
tree | 99394380d7e1ca65817da261ce6749df46a0b6e2 /admin | |
parent | 35e238cae8b017486dd2d2a52d0b31af6a167689 (diff) | |
download | emacs-f25c15ceb7d9b26cc8b93648730571187ef36c85.tar.gz emacs-f25c15ceb7d9b26cc8b93648730571187ef36c85.tar.bz2 emacs-f25c15ceb7d9b26cc8b93648730571187ef36c85.zip |
; Fix typos
Diffstat (limited to 'admin')
-rw-r--r-- | admin/notes/tree-sitter/treesit_record_change | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/tree-sitter/treesit_record_change b/admin/notes/tree-sitter/treesit_record_change index bb0f9edc353..0dc6491e2d1 100644 --- a/admin/notes/tree-sitter/treesit_record_change +++ b/admin/notes/tree-sitter/treesit_record_change @@ -5,7 +5,7 @@ buffer, lest tree-sitter's parse tree would be corrupted/out of sync. All buffer changes in Emacs are made through functions in insdel.c (and casefiddle.c), I augmented functions in those files with calls to -treesit_record_change. Below is a manifest of all the relavent +treesit_record_change. Below is a manifest of all the relevant functions in insdel.c as of Emacs 29: Function Calls |