aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/array.el
diff options
context:
space:
mode:
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: