Improve type of custom-theme-directory (Bug#65401)

* lisp/custom.el (custom-theme-directory): Make it of type directory.
This commit is contained in:
Mauro Aranda 2023-08-20 10:39:49 -03:00 committed by Eli Zaretskii
parent 568a943006
commit 67ef2c14b0

View file

@ -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")