Function: woman2-na
woman2-na is a byte-compiled function defined in woman.el.gz.
Signature
(woman2-na TO)
Documentation
.na -- No adjusting. Format paragraphs up to TO.
(Breaks, but should not.)
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-na (to)
".na -- No adjusting. Format paragraphs up to TO.
\(Breaks, but should not.)"
(setq woman-adjust-previous woman-adjust
woman-justify-previous woman-justify
woman-adjust woman-adjust-left ; fill but do not adjust
woman-justify (aref woman-justify-styles woman-adjust))
(woman-delete-line 1) ; ignore any arguments
(woman2-format-paragraphs to))