Function: woman2-ns

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

Signature

(woman2-ns TO)

Documentation

.ns -- Turn on no-space mode. Format paragraphs up to TO.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-ns (to)
  ".ns -- Turn on no-space mode.  Format paragraphs up to TO."
  ;; Should not cause a break!
  (woman-delete-line 1)			; ignore argument(s)
  (setq woman-nospace t)
  (woman2-format-paragraphs to))