Variable: newsticker-desc-comp-max

newsticker-desc-comp-max is a customizable variable defined in newst-backend.el.gz.

Value

100

Documentation

Relevant length of headline descriptions.

This value gives the maximum number of characters which will be taken into account when newsticker compares two headline descriptions.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-desc-comp-max
  100
  "Relevant length of headline descriptions.
This value gives the maximum number of characters which will be
taken into account when newsticker compares two headline
descriptions."
  :type 'integer
  :group 'newsticker-retrieval)