]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Fri, 3 Feb 2023 17:02:53 +0000 (18:02 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 3 Feb 2023 17:03:18 +0000 (18:03 +0100)
admin/notes/tree-sitter/treesit_record_change
lisp/display-line-numbers.el

index bb0f9edc35321fb1adc36b2b9f8b5abe352c42a5..0dc6491e2d138590c4bc4eed1bdf934abec5bc22 100644 (file)
@@ -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
index 89e9cec6fcd68cd2636929022d7f9534a9bed6cc..4f87ffd0e22afb4292c9a9cc78491441475837ae 100644 (file)
@@ -164,7 +164,7 @@ Also see `header-line-indent'.")
 ;;;###autoload
 (define-minor-mode header-line-indent-mode
   "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'
 is turned on in the buffer.