Variable: fortune-file
fortune-file is a customizable variable defined in fortune.el.gz.
Value
"/root/docs/ascii/misc/fortunes/usenet"
Documentation
The file in which local fortune cookies will be stored.
Source Code
;; Defined in /usr/src/emacs/lisp/play/fortune.el.gz
(defcustom fortune-file
(expand-file-name "usenet" fortune-dir)
"The file in which local fortune cookies will be stored."
:type 'file)