Function: woman2-TP
woman2-TP is a byte-compiled function defined in woman.el.gz.
Signature
(woman2-TP TO)
Documentation
.TP i -- Set prevailing indent to i. Format paragraphs upto TO.
Begin indented paragraph with hanging tag given by next text line. If tag doesn't fit, place it on a separate line.
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
;;; Tagged, indented and hanging paragraphs:
(defun woman2-TP (to)
".TP i -- Set prevailing indent to i. Format paragraphs upto TO.
Begin indented paragraph with hanging tag given by next text line.
If tag doesn't fit, place it on a separate line."
(let ((i (woman2-get-prevailing-indent)))
(woman-leave-blank-lines woman-interparagraph-distance)
(woman2-tagged-paragraph to i)))