aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/array.el
diff options
context:
space:
mode:
authorEric S. Raymond1993-03-22 03:27:18 +0000
committerEric S. Raymond1993-03-22 03:27:18 +0000
commite41b2db1da153e3ead4a01cb6e729cb99cad78ae (patch)
treeb1a9c9c673da674b66521088f3247ac5a34f5a02 /lisp/array.el
parent33d92c1f9de704cda9309731b4d6add46178aafc (diff)
downloademacs-e41b2db1da153e3ead4a01cb6e729cb99cad78ae.tar.gz
emacs-e41b2db1da153e3ead4a01cb6e729cb99cad78ae.zip
Added or corrected Commentary sections
Diffstat (limited to 'lisp/array.el')
-rw-r--r--lisp/array.el20
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 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;;; Written by dmb%morgoth@harvard.harvard.edu (address is old) 27;; Commands for editing a buffer interpreted as a rectangular array
28;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.) 28;; or matrix of whitespace-separated strings. You specify the array
29;;; Thanks to cph@kleph.ai.mit.edu for assistance 29;; dimensions and some other parameters at startup time.
30 30
31;;; To do: 31;; Written by dmb%morgoth@harvard.harvard.edu (address is old)
32;;; Smooth initialization process by grokking local variables list 32;; (David M. Brown at Goldberg-Zoino & Associates, Inc.)
33;;; at end of buffer or parsing buffer using whitespace as delimiters. 33;; Thanks to cph@kleph.ai.mit.edu for assistance
34;;; Make 'array-copy-column-right faster. 34
35;; To do:
36;; Smooth initialization process by grokking local variables list
37;; at end of buffer or parsing buffer using whitespace as delimiters.
38;; Make 'array-copy-column-right faster.
35 39
36 40
37;;; Code: 41;;; Code: