diff --git a/lisp/custom.el b/lisp/custom.el index 083349e3591..5c134ff7f13 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -1208,7 +1208,7 @@ The command `customize-create-theme' writes theme files into this directory. By default, Emacs searches for custom themes in this directory first---see `custom-theme-load-path'." :initialize #'custom-initialize-delay - :type 'string + :type 'directory :group 'customize :version "22.1")