Function: newsticker-toggle-auto-narrow-to-feed

newsticker-toggle-auto-narrow-to-feed is an interactive and byte-compiled function defined in newst-plainview.el.gz.

Signature

(newsticker-toggle-auto-narrow-to-feed)

Documentation

Toggle narrowing to current news feed.

If auto-narrowing is active, only news item of the current feed are visible.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-plainview.el.gz
(defun newsticker-toggle-auto-narrow-to-feed ()
  "Toggle narrowing to current news feed.
If auto-narrowing is active, only news item of the current feed
are visible."
  (interactive)
  (newsticker-set-auto-narrow-to-feed
   (not newsticker--auto-narrow-to-feed)))