emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/jit-spell 9abdad2be6 1/2: Add a clarification about the


From: ELPA Syncer
Subject: [elpa] externals/jit-spell 9abdad2be6 1/2: Add a clarification about the face list variables
Date: Thu, 9 Mar 2023 07:58:28 -0500 (EST)

branch: externals/jit-spell
commit 9abdad2be6985a28d11c32e1949c15813d9851bf
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Add a clarification about the face list variables
---
 jit-spell.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/jit-spell.el b/jit-spell.el
index d2b20ef06c..fbbd1a499a 100644
--- a/jit-spell.el
+++ b/jit-spell.el
@@ -82,19 +82,22 @@
     font-lock-variable-name-face
     tex-math
     tex-verbatim)
-  "Faces jit-spell should ignore in TeX and derived modes."
+  "Faces jit-spell should ignore in TeX and derived modes.
+You can modify this variable buffer locally, say in a mode hook,
+but this must be done before activating `jit-spell-mode.'"
   :type '(repeat face))
 
 (defcustom jit-spell-prog-mode-faces
   '(font-lock-comment-face
     font-lock-doc-face
     font-lock-string-face)
-  "Faces jit-spell should check in modes derived from `prog-mode'."
+  "Faces jit-spell should check in modes derived from `prog-mode'.
+You can modify this variable buffer locally, say in a mode hook,
+but this must done before activating `jit-spell-mode.'"
   :type '(repeat face))
 
 (defcustom jit-spell-use-apostrophe-hack 'auto
   "Whether to work around Hunspell's issue parsing apostrophes.
-
 In some languages, Hunspell always considers the apostrophe
 character (a.k.a. straight quote) part of the word, which leads
 to false positives when it is used as a quotation mark."



reply via email to

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