Function: newsticker--preformatted-contents

newsticker--preformatted-contents is a byte-compiled function defined in newst-backend.el.gz.

Signature

(newsticker--preformatted-contents ITEM)

Documentation

Return pre-formatted text of ITEM.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defsubst newsticker--preformatted-contents (item)
  "Return pre-formatted text of ITEM."
  (nth 6 item))