branch: elpa/web-mode commit 4e3a7ebfef91cbf68c743cd72771994380ead070 Author: dalu <25452934+dal...@users.noreply.github.com> Commit: GitHub <nore...@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/")