Function: woman2-rs

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

Signature

(woman2-rs TO)

Documentation

.rs -- Turn off no-space mode. Format paragraphs up to TO.

Source Code

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