Function: newsticker-show-extra

newsticker-show-extra is an interactive and byte-compiled function defined in newst-plainview.el.gz.

Signature

(newsticker-show-extra)

Documentation

Show the extra elements of items.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-plainview.el.gz
(defun newsticker-show-extra ()
  "Show the extra elements of items."
  (interactive)
  (newsticker--buffer-hideshow 'extra t)
  (newsticker--buffer-redraw))