Function: todo-raise-item-priority

todo-raise-item-priority is an interactive and byte-compiled function defined in todo-mode.el.gz.

Signature

(todo-raise-item-priority)

Documentation

Raise priority of current item by moving it up by one item.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-raise-item-priority ()
  "Raise priority of current item by moving it up by one item."
  (interactive)
  (todo-set-item-priority nil nil nil 'raise))