Function: fortune-ask-file

fortune-ask-file is a byte-compiled function defined in fortune.el.gz.

Signature

(fortune-ask-file)

Documentation

Ask the user for the file name of the fortune file.

Source Code

;; Defined in /usr/src/emacs/lisp/play/fortune.el.gz
(defun fortune-ask-file ()
  "Ask the user for the file name of the fortune file."
  (expand-file-name
   (read-file-name
    "Fortune file to use: "
    fortune-dir nil nil "")))