Function: woman2-PD
woman2-PD is a byte-compiled function defined in woman.el.gz.
Signature
(woman2-PD TO)
Documentation
.PD d -- Set the interparagraph distance to d.
Round to whole lines, default 1 line. Format paragraphs upto TO.
(Breaks, but should not.)
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-PD (to)
".PD d -- Set the interparagraph distance to d.
Round to whole lines, default 1 line. Format paragraphs upto TO.
\(Breaks, but should not.)"
;; .ie \\n[.$] .nr PD (v;\\$1)
;; .el .nr PD .4v>?\n[.V]
(woman-set-interparagraph-distance)
(woman2-format-paragraphs to))