diff options
| -rw-r--r-- | lisp/play/yow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 864f49709fe..cb02a839cde 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | :prefix "yow-" | 34 | :prefix "yow-" |
| 35 | :group 'games) | 35 | :group 'games) |
| 36 | 36 | ||
| 37 | (defcustom yow-file (expand-file-name data-directory "yow.lines") | 37 | (defcustom yow-file (expand-file-name "yow.lines" data-directory) |
| 38 | "File containing pertinent pinhead phrases." | 38 | "File containing pertinent pinhead phrases." |
| 39 | :type 'file | 39 | :type 'file |
| 40 | :group 'yow) | 40 | :group 'yow) |