Function: todo-raise-category

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

Signature

(todo-raise-category)

Documentation

Raise priority of category at point in the table of categories.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-raise-category ()
  "Raise priority of category at point in the table of categories."
  (interactive)
  (todo-set-category-number 'raise))