Function: newsticker-group-shift-group-up

newsticker-group-shift-group-up is an interactive and byte-compiled function defined in newst-treeview.el.gz.

Signature

(newsticker-group-shift-group-up)

Documentation

Shift current group down in its group.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-treeview.el.gz
(defun newsticker-group-shift-group-up ()
  "Shift current group down in its group."
  (interactive)
  (newsticker--group-shift -1 t))