Function: woman2-nf

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

Signature

(woman2-nf TO)

Documentation

.nf -- Nofill. Subsequent lines are neither filled nor adjusted.

Input text lines are copied directly to output lines without regard for the current line length. Format paragraphs up to TO.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-nf (to)
  ".nf -- Nofill.  Subsequent lines are neither filled nor adjusted.
Input text lines are copied directly to output lines without regard
for the current line length.  Format paragraphs up to TO."
  (setq woman-nofill t)
  (woman-delete-line 1)			; ignore any arguments
  (woman2-format-paragraphs to))