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

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

[nongnu] elpa/web-mode 4e3a7ebfef 1/2: A typo in `:value-type`


From: ELPA Syncer
Subject: [nongnu] elpa/web-mode 4e3a7ebfef 1/2: A typo in `:value-type`
Date: Sun, 27 Feb 2022 01:58:38 -0500 (EST)

branch: elpa/web-mode
commit 4e3a7ebfef91cbf68c743cd72771994380ead070
Author: dalu <25452934+dalugm@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    A typo in `:value-type`
---
 web-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-mode.el b/web-mode.el
index 3284b429a6..8baaa52529 100644
--- a/web-mode.el
+++ b/web-mode.el
@@ -314,7 +314,7 @@ See web-mode-block-face."
 
 (defcustom web-mode-extra-control-blocks '()
   "A list of additional control blocks."
-  :type '(alist :key-type string :value-type (repaet string))
+  :type '(alist :key-type string :value-type (repeat string))
   :group 'web-mode)
 
 (defcustom web-mode-tests-directory (concat default-directory "tests/")



reply via email to

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