mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
Fix thinko in previous yow.el change
This commit is contained in:
parent
1197ecfa84
commit
f53a85a90a
@ -34,7 +34,7 @@
|
||||
:prefix "yow-"
|
||||
:group 'games)
|
||||
|
||||
(defcustom yow-file (expand-file-name data-directory "yow.lines")
|
||||
(defcustom yow-file (expand-file-name "yow.lines" data-directory)
|
||||
"File containing pertinent pinhead phrases."
|
||||
:type 'file
|
||||
:group 'yow)
|
||||
|
Loading…
Reference in New Issue
Block a user