Function: todo-string-count-lines
todo-string-count-lines is a byte-compiled function defined in
otodo-mode.el.gz.
Signature
(todo-string-count-lines STRING)
Documentation
Return the number of lines STRING spans.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defun todo-string-count-lines (string)
"Return the number of lines STRING spans."
(length (split-string string "\n")))