todo-edit-file

todo-edit-file is an interactive compiled Lisp function in `todo-mode.el'.


(todo-edit-file)

Put current buffer in `todo-edit-mode'.
This makes the entire file visible and the buffer writable and
you can use the self-insertion keys and standard Emacs editing
commands to make changes. To return to Todo mode, type
M-x todo-edit-quit. This runs a file format check, signaling
an error if the format has become invalid. However, this check
cannot tell if the number of items changed, which could result in
the file containing inconsistent information. For this reason
this command should be used with caution.