From 2fd5590d0cd167d28b7a18c4ceee43784ec12538 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 6 Aug 2022 09:44:45 +0300 Subject: [PATCH] ; * lisp/play/fortune.el (fortune-ask-file): Doc fix. --- lisp/play/fortune.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index d6360e50227..0973f2bc5f2 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el @@ -176,7 +176,7 @@ If INTERACTIVE is non-nil, don't compile the fortune file afterwards." (fortune-compile 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 (read-file-name "Fortune file to use: " -- 2.39.2