summaryrefslogtreecommitdiff
path: root/ChangeLog.4
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-10-27 07:49:32 +0100
committerStefan Kangas <stefankangas@gmail.com>2024-10-27 07:49:32 +0100
commit67a27ff53bf0f8473cb6b58ad85298e066b8def4 (patch)
treed907d6b3751d5bdc8ac8d0295a4937e79d2da3ad /ChangeLog.4
parentbd2b064438601271549c137c53e301ae4ebabd55 (diff)
; Fix typos
Diffstat (limited to 'ChangeLog.4')
-rw-r--r--ChangeLog.46
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.4 b/ChangeLog.4
index 282197eaeed..7cfdbd13184 100644
--- a/ChangeLog.4
+++ b/ChangeLog.4
@@ -219,7 +219,7 @@
Fix c-ts-mode indentation for initializer lists (bug#73661)
- The intentation behavior differed between c-mode/c++-mode
+ The indentation behavior differed between c-mode/c++-mode
and *-ts-mode for initializer lists where the first element was
not at beginning-of-line. The anchor-prev-sibling function gave
up and returned nil, but it should (probably) anchor on the
@@ -547,7 +547,7 @@
Align columns in which-key with wide characters properly
- In the case that a character takes up multple columns (such as
+ In the case that a character takes up multiple columns (such as
`…' when used as a truncation character), make sure that the
columns are still aligned properly.
* lisp/which-key.el (which-key--pad-column): Use `string-width'
@@ -1032,7 +1032,7 @@
* src/treesit.c (treesit_sync_visible_region): Minimally fix ranges so
it doesn't exceed parser's visible range.
- (treesit_call_after_change_functions): Update calling sigature to
+ (treesit_call_after_change_functions): Update calling signature to
treesit_make_ranges.
(treesit_ensure_parsed, make_treesit_parser): Use the new field
within_reparse.