Function: todo-indent
todo-indent is a byte-compiled function defined in todo-mode.el.gz.
Signature
(todo-indent)
Documentation
Indent from point to todo-indent-to-here.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-indent ()
"Indent from point to `todo-indent-to-here'."
(indent-to todo-indent-to-here todo-indent-to-here))