Variable: newsticker-show-all-news-elements

newsticker-show-all-news-elements is a customizable variable defined in newst-plainview.el.gz.

Value

nil

Documentation

Show all news elements.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-plainview.el.gz
(defcustom newsticker-show-all-news-elements
  nil
  "Show all news elements."
  :type 'boolean
  ;;:set #'newsticker--set-customvar
  :group 'newsticker-plainview)