Function: todo-backward-category

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

Signature

(todo-backward-category)

Documentation

Visit the numerically previous category in this todo file.

If the current category is the highest numbered, visit the first category.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-backward-category ()
  "Visit the numerically previous category in this todo file.
If the current category is the highest numbered, visit the first
category."
  (interactive)
  (todo-forward-category t))