(gnus-audio-directory): Fix :type.
This commit is contained in:
parent
5c7f629c15
commit
9b708394b7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
(defcustom gnus-audio-directory (nnheader-find-etc-directory "sounds")
|
||||
"The directory containing the Sound Files."
|
||||
:type 'directory
|
||||
:type '(choice directory (const nil))
|
||||
:group 'gnus-audio)
|
||||
|
||||
(defcustom gnus-audio-au-player "/usr/bin/showaudio"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue