Improve type of custom-theme-directory (Bug#65401)
* lisp/custom.el (custom-theme-directory): Make it of type directory.
This commit is contained in:
parent
568a943006
commit
67ef2c14b0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue