Function: woman2-br

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

Signature

(woman2-br TO)

Documentation

.br -- Break. Leave no blank line. Format paragraphs up to TO.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
;;; 4. Text Filling, Adjusting, and Centering

(defun woman2-br (to)
  ".br -- Break.  Leave no blank line.  Format paragraphs up to TO."
  (woman-delete-line 1)			; ignore any arguments
  (woman2-format-paragraphs to))