Function: newsticker-hide-extra

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

Signature

(newsticker-hide-extra)

Documentation

Hide the extra elements of items.

Key Bindings

Source Code

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