Function: todo-clear-matches
todo-clear-matches is an interactive and byte-compiled function
defined in todo-mode.el.gz.
Signature
(todo-clear-matches)
Documentation
Remove highlighting on matches found by todo-search.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-clear-matches ()
"Remove highlighting on matches found by todo-search."
(interactive)
(remove-overlays 1 (1+ (buffer-size)) 'face 'todo-search))