Function: todo-comment-string-matcher

todo-comment-string-matcher is a byte-compiled function defined in todo-mode.el.gz.

Signature

(todo-comment-string-matcher LIM)

Documentation

Search for done todo item comment within LIM for font-locking.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defun todo-comment-string-matcher (lim)
  "Search for done todo item comment within LIM for font-locking."
  (re-search-forward (concat "\\[\\(?1:" todo-comment-string "\\):")
		     lim t))