emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 f25c15ceb7d: ; Fix typos


From: Stefan Kangas
Subject: emacs-29 f25c15ceb7d: ; Fix typos
Date: Fri, 3 Feb 2023 12:03:52 -0500 (EST)

branch: emacs-29
commit f25c15ceb7d9b26cc8b93648730571187ef36c85
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 admin/notes/tree-sitter/treesit_record_change | 2 +-
 lisp/display-line-numbers.el                  | 2 +-
 2 files changed, 2 insertions(+), 2 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
diff --git a/lisp/display-line-numbers.el b/lisp/display-line-numbers.el
index 89e9cec6fcd..4f87ffd0e22 100644
--- a/lisp/display-line-numbers.el
+++ b/lisp/display-line-numbers.el
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]