Function: woman2-in

woman2-in is a byte-compiled function defined in woman.el.gz.

Signature

(woman2-in TO)

Documentation

.in +/-N -- Set, increment or decrement the indent.

Format paragraphs upto TO.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-in (to)
  ".in +/-N -- Set, increment or decrement the indent.
Format paragraphs upto TO."
  (woman-set-arg 'left-margin 'woman-in-left-margin)
  (woman2-format-paragraphs to))