[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/racket-mode 585ab78197 1/3: Fix typos in comments and doc
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/racket-mode 585ab78197 1/3: Fix typos in comments and doc string |
|
Date: |
Tue, 28 Nov 2023 13:00:48 -0500 (EST) |
branch: elpa/racket-mode
commit 585ab78197e75d06040fc2c9576dfee1a9442536
Author: Greg Hendershott <git@greghendershott.com>
Commit: Greg Hendershott <git@greghendershott.com>
Fix typos in comments and doc string
---
racket-hash-lang.el | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/racket-hash-lang.el b/racket-hash-lang.el
index aa71504d98..75cf59bccc 100644
--- a/racket-hash-lang.el
+++ b/racket-hash-lang.el
@@ -211,15 +211,14 @@ can contribute more colors; see the customization variable
;; font-lock-xxx variables correctly).
(setq font-lock-defaults
(list
- ;; "keywords": Although we contribute none here (we color
- ;; solely based on lang lexer tokens), we support other
- ;; parties using `font-lock-add-keywords', such as a minor
- ;; mode -- or even an end user adding all the static
- ;; `racket-mode' font-lock keywords when the hash-lang is
- ;; racket.
+ ;; "keywords": Although we contribute none here (we only use
+ ;; lang lexer tokens), we support other parties using
+ ;; `font-lock-add-keywords', such as a minor mode -- or even
+ ;; an end user adding static `racket-mode' font-lock keyword
+ ;; lists when the hash-lang is racket.
nil
;; "keywords-only?": We absolutely don't want any syntactic
- ;; fontification; see e.g. #679. Any char syntx table we set
+ ;; fontification; see e.g. #679. Any char syntax table we set
;; is intended to hep fit into the Emacs ecosystem for things
;; like `paredit' or `electric-pair-mode'. Using that for
;; font-lock isn't reliable; we trust the lang lexer tokens,
@@ -496,7 +495,7 @@ keyword fontification, not syntactic. Even though we set
`font-lock-keywords-only' true in our mode initialization,
belt+suspenders here. 2. It makes moot the value of
`font-lock-extend-region-functions', so that's one less value
-that need be set. "
+that need be set."
;;;(message "racket--hash-lang-tokens+fontify %S %S <tokens>" beg end)
(with-silent-modifications
;; As this removes face property do it before adding face props