Function: view-emacs-todo

view-emacs-todo is an interactive and byte-compiled function defined in help.el.gz.

Signature

(view-emacs-todo &optional ARG)

Documentation

Display the Emacs TODO list.

Probably introduced at or before Emacs version 22.2.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun view-emacs-todo (&optional _arg)
  "Display the Emacs TODO list."
  (interactive "P")
  (view-help-file "TODO"))