Mercurial > emacs
diff lisp/array.el @ 2307:10e417efb12a
Added or corrected Commentary sections
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Mon, 22 Mar 1993 03:27:18 +0000 |
| parents | 2c7997f249eb |
| children | e64f012944e0 |
line wrap: on
line diff
--- a/lisp/array.el Mon Mar 22 03:00:23 1993 +0000 +++ b/lisp/array.el Mon Mar 22 03:27:18 1993 +0000 @@ -24,14 +24,18 @@ ;;; Commentary: -;;; Written by dmb%morgoth@harvard.harvard.edu (address is old) -;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.) -;;; Thanks to cph@kleph.ai.mit.edu for assistance +;; Commands for editing a buffer interpreted as a rectangular array +;; or matrix of whitespace-separated strings. You specify the array +;; dimensions and some other parameters at startup time. -;;; To do: -;;; Smooth initialization process by grokking local variables list -;;; at end of buffer or parsing buffer using whitespace as delimiters. -;;; Make 'array-copy-column-right faster. +;; Written by dmb%morgoth@harvard.harvard.edu (address is old) +;; (David M. Brown at Goldberg-Zoino & Associates, Inc.) +;; Thanks to cph@kleph.ai.mit.edu for assistance + +;; To do: +;; Smooth initialization process by grokking local variables list +;; at end of buffer or parsing buffer using whitespace as delimiters. +;; Make 'array-copy-column-right faster. ;;; Code:
