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

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

[elpa] externals/jit-spell 724fd62398 4/7: Fix user option types


From: ELPA Syncer
Subject: [elpa] externals/jit-spell 724fd62398 4/7: Fix user option types
Date: Sun, 5 Mar 2023 07:57:56 -0500 (EST)

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

    Fix user option types
---
 jit-spell.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jit-spell.el b/jit-spell.el
index 5a2783e4b7..62e61e7839 100644
--- a/jit-spell.el
+++ b/jit-spell.el
@@ -53,14 +53,14 @@
     font-latex-sedate-face
     message-header-name)
   "Faces jit-spell should ignore."
-  :type '(repeat symbol))
+  :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'."
-  :type '(repeat symbol))
+  :type '(repeat face))
 
 (defvar jit-spell-delayed-commands
   '(backward-delete-char-untabify



reply via email to

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