Function: woman2-ll

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

Signature

(woman2-ll TO)

Documentation

.ll +/-N -- Set, increment or decrement line length.

Format paragraphs upto TO. (Breaks, but should not.)

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman2-ll (to)
  ".ll +/-N -- Set, increment or decrement line length.
Format paragraphs upto TO.  (Breaks, but should not.)"
  (woman-set-arg 'fill-column 'woman-ll-fill-column)
  (woman2-format-paragraphs to))