mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix some custom types
* lisp/mpc.el (mpc-cover-image-re): * lisp/org/oc-csl.el (org-cite-csl-locales-dir) (org-cite-csl-styles-dir): * lisp/org/org-plot.el (org-plot/preset-plot-types): Fix :type.
This commit is contained in:
parent
5ee5a90213
commit
f1f57a541e
3 changed files with 4 additions and 4 deletions
|
|
@ -964,7 +964,7 @@ If PLAYLIST is t or nil or missing, use the main playlist."
|
|||
|
||||
(defcustom mpc-cover-image-re nil ; (rx (or ".jpg" ".jpeg" ".png") string-end)
|
||||
"If non-nil, it is a regexp that should match a valid cover image."
|
||||
:type '(regexp)
|
||||
:type '(choice (const nil) regexp)
|
||||
:version "28.1")
|
||||
|
||||
(defun mpc-secs-to-time (secs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue