diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
commit | e41b2db1da153e3ead4a01cb6e729cb99cad78ae (patch) | |
tree | b1a9c9c673da674b66521088f3247ac5a34f5a02 /lisp/array.el | |
parent | 33d92c1f9de704cda9309731b4d6add46178aafc (diff) | |
download | emacs-e41b2db1da153e3ead4a01cb6e729cb99cad78ae.tar.gz |
Added or corrected Commentary sections
Diffstat (limited to 'lisp/array.el')
-rw-r--r-- | lisp/array.el | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/lisp/array.el b/lisp/array.el index 1c86c11a6b3..c17aae26f4a 100644 --- a/lisp/array.el +++ b/lisp/array.el @@ -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 - -;;; 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. +;; 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. + +;; 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: |