mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix the defcustom type of eww-retrieve-command
* lisp/net/eww.el (eww-retrieve-command): The type is a list of strings.
This commit is contained in:
parent
635666e7bf
commit
610be8f64d
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ this should be a list where the first item is the program, and
|
|||
the rest are the arguments."
|
||||
:version "28.1"
|
||||
:type '(choice (const :tag "Use `url-retrieve'" nil)
|
||||
(list string)))
|
||||
(repeat string)))
|
||||
|
||||
(defcustom eww-use-external-browser-for-content-type
|
||||
"\\`\\(video/\\|audio/\\|application/ogg\\)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue