Variable: todo-files-function
todo-files-function is a customizable variable defined in
todo-mode.el.gz.
Value
todo-files
Documentation
Function returning the value of the variable todo-files(var)/todo-files(fun).
This function should take an optional argument that, if non-nil,
makes it return the value of the variable todo-archives.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-files-function #'todo-files
"Function returning the value of the variable `todo-files'.
This function should take an optional argument that, if non-nil,
makes it return the value of the variable `todo-archives'."
:type 'function
:group 'todo)