emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 43c62a4732: ; Fix typo


From: Stefan Kangas
Subject: emacs-29 43c62a4732: ; Fix typo
Date: Wed, 15 Feb 2023 09:22:27 -0500 (EST)

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

    ; Fix typo
---
 lisp/progmodes/rust-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/rust-ts-mode.el b/lisp/progmodes/rust-ts-mode.el
index f510b7bb6c..ec823d09d8 100644
--- a/lisp/progmodes/rust-ts-mode.el
+++ b/lisp/progmodes/rust-ts-mode.el
@@ -293,7 +293,7 @@
    '((field_identifier) @font-lock-property-face
      (shorthand_field_initializer (identifier) @font-lock-property-face))
 
-   ;; Must be under type, otherwise some imports can be highlighted as 
consants.
+   ;; Must be under type, otherwise some imports can be highlighted as 
constants.
    :language 'rust
    :feature 'constant
    `((boolean_literal) @font-lock-constant-face



reply via email to

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