Function: woman2-ti

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

Signature

(woman2-ti TO)

Documentation

.ti +/-N -- Temporary indent. Format paragraphs up to TO.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-ti (to)
  ".ti +/-N -- Temporary indent.  Format paragraphs up to TO."
  ;; Ignore if no argument.
  ;; Indent next output line only wrt current indent.
  ;; Current indent is not changed.
  (setq woman-temp-indent left-margin)
  (woman-set-arg 'woman-temp-indent)
  (woman2-format-paragraphs to nil))