Variable: fortune-author-line-prefix

fortune-author-line-prefix is a customizable variable defined in fortune.el.gz.

Value

"                  -- "

Documentation

Prefix to put before the author name of a fortunate.

Source Code

;; Defined in /usr/src/emacs/lisp/play/fortune.el.gz
(defcustom fortune-author-line-prefix "                  -- "
  "Prefix to put before the author name of a fortunate."
  :type 'string)