; Fix typos
This commit is contained in:
parent
35e238cae8
commit
f25c15ceb7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
All buffer changes in Emacs are made through functions in insdel.c
|
||||||
(and casefiddle.c), I augmented functions in those files with calls to
|
(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:
|
functions in insdel.c as of Emacs 29:
|
||||||
|
|
||||||
Function Calls
|
Function Calls
|
||||||
|
|
|
@ -164,7 +164,7 @@ Also see `header-line-indent'.")
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode header-line-indent-mode
|
(define-minor-mode header-line-indent-mode
|
||||||
"Minor mode to help with alignment of header line when line numbers are shown.
|
"Minor mode to help with alignment of header line when line numbers are shown.
|
||||||
This minor mode should be turned on in buffers which dispay header-line
|
This minor mode should be turned on in buffers which display header-line
|
||||||
that needs to be aligned with buffer text when `display-line-numbers-mode'
|
that needs to be aligned with buffer text when `display-line-numbers-mode'
|
||||||
is turned on in the buffer.
|
is turned on in the buffer.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue