diff options
| author | Dave Love | 2000-12-07 12:09:25 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-07 12:09:25 +0000 |
| commit | 9b708394b7ae00f40fd8586a13d69d07432d606c (patch) | |
| tree | 7e80f3526deab233b096de9df530a14c50806a7e /lisp | |
| parent | 5c7f629c15eb9bad1fab12315804eb897bdc7282 (diff) | |
| download | emacs-9b708394b7ae00f40fd8586a13d69d07432d606c.tar.gz emacs-9b708394b7ae00f40fd8586a13d69d07432d606c.zip | |
(gnus-audio-directory): Fix :type.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-audio.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-audio.el b/lisp/gnus/gnus-audio.el index b66339855ac..8906745cdfd 100644 --- a/lisp/gnus/gnus-audio.el +++ b/lisp/gnus/gnus-audio.el | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | 44 | ||
| 45 | (defcustom gnus-audio-directory (nnheader-find-etc-directory "sounds") | 45 | (defcustom gnus-audio-directory (nnheader-find-etc-directory "sounds") |
| 46 | "The directory containing the Sound Files." | 46 | "The directory containing the Sound Files." |
| 47 | :type 'directory | 47 | :type '(choice directory (const nil)) |
| 48 | :group 'gnus-audio) | 48 | :group 'gnus-audio) |
| 49 | 49 | ||
| 50 | (defcustom gnus-audio-au-player "/usr/bin/showaudio" | 50 | (defcustom gnus-audio-au-player "/usr/bin/showaudio" |