Variable: todo-categories-totals-label
todo-categories-totals-label is a customizable variable defined in
todo-mode.el.gz.
Value
"Totals"
Documentation
String to label total item counts in Todo Categories mode.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-categories-totals-label "Totals"
"String to label total item counts in Todo Categories mode."
:type 'string
:group 'todo-categories)