Function: woman2-DT

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

Signature

(woman2-DT TO)

Documentation

.DT -- Restore default tabs. Format paragraphs upto TO.

(Breaks, but should not.)

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-DT (to)
  ".DT -- Restore default tabs.  Format paragraphs upto TO.
\(Breaks, but should not.)"
  ;; Currently just terminates special tab processing.
  (setq tab-stop-list nil)
  (woman-delete-line 1)			; ignore any arguments
  (woman2-format-paragraphs to))