Function: newsticker-customize

newsticker-customize is an interactive and byte-compiled function defined in newst-backend.el.gz.

Signature

(newsticker-customize)

Documentation

Open the newsticker customization group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defun newsticker-customize ()
  "Open the newsticker customization group."
  (interactive)
  (delete-other-windows)
  (customize-group "newsticker"))