; * lisp/dired-aux.el (shell-command-guess-open): Fix :type (bug#74720).
This commit is contained in:
parent
d185d90190
commit
d84c5c24b5
1 changed files with 1 additions and 1 deletions
|
@ -1440,7 +1440,7 @@ This excludes `dired-guess-shell-alist-user' and
|
|||
((executable-find "run-mailcap")
|
||||
"run-mailcap"))
|
||||
"A shell command to open a file externally."
|
||||
:type 'string
|
||||
:type '(choice (const :tag "None" nil) string)
|
||||
:group 'dired
|
||||
:version "30.1")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue