Function: woman2-LP
woman2-LP is a byte-compiled function defined in woman.el.gz.
Signature
(woman2-LP TO)
Documentation
.LP,.PP -- Begin paragraph. Set prevailing indent to 5.
Leave 1 blank line. Format paragraphs up to TO.
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-LP (to)
".LP,.PP -- Begin paragraph. Set prevailing indent to 5.
Leave 1 blank line. Format paragraphs up to TO."
(woman-delete-line 1) ; ignore any arguments
(woman-interparagraph-space)
(setq woman-prevailing-indent woman-default-indent)
(woman2-format-paragraphs to woman-left-margin))