Variable: newsticker--error-headline

newsticker--error-headline is a variable defined in newst-backend.el.gz.

Value

"[COULD NOT DOWNLOAD HEADLINES!]"

Documentation

Title of error headline which will be inserted if news retrieval fails.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defconst newsticker--error-headline
  "[COULD NOT DOWNLOAD HEADLINES!]"
  "Title of error headline which will be inserted if news retrieval fails.")