Function: array-expand-rows

array-expand-rows is an interactive and byte-compiled function defined in array.el.gz.

Signature

(array-expand-rows)

Documentation

Expand the rows so each fits on one line and remove row numbers.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/array.el.gz
(defun array-expand-rows ()
  "Expand the rows so each fits on one line and remove row numbers."
  (interactive)
  (array-reconfigure-rows array-max-column ?n))