From e41b2db1da153e3ead4a01cb6e729cb99cad78ae Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 22 Mar 1993 03:27:18 +0000 Subject: Added or corrected Commentary sections --- lisp/array.el | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'lisp/array.el') 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: -- cgit v1.2.1