; * lisp/play/fortune.el (fortune-ask-file): Doc fix.
This commit is contained in:
parent
f3b9bccb45
commit
2fd5590d0c
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ If INTERACTIVE is non-nil, don't compile the fortune file afterwards."
|
||||||
(fortune-compile file)))))
|
(fortune-compile file)))))
|
||||||
|
|
||||||
(defun fortune-ask-file ()
|
(defun fortune-ask-file ()
|
||||||
"Asks the user for a file name."
|
"Ask the user for the file name of the fortune file."
|
||||||
(expand-file-name
|
(expand-file-name
|
||||||
(read-file-name
|
(read-file-name
|
||||||
"Fortune file to use: "
|
"Fortune file to use: "
|
||||||
|
|
Loading…
Add table
Reference in a new issue