Variable: fortune-program-options
fortune-program-options is a customizable variable defined in
fortune.el.gz.
Value
nil
Documentation
List of options to pass to the fortune program.
This variable was added, or its default value changed, in Emacs 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/play/fortune.el.gz
(defcustom fortune-program-options ()
"List of options to pass to the fortune program."
:type '(choice (repeat (string :tag "Option"))
(string :tag "Obsolete string of options"))
:version "23.1")