diff options
| author | Pavel Janík | 2002-01-13 09:02:35 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-13 09:02:35 +0000 |
| commit | 246e8695915819eeab400c5b80104e5049dec358 (patch) | |
| tree | 5ff331e2b0eae825f48e86d25171cab87adb65c8 /lisp/array.el | |
| parent | c494f6633733d24b79492ceaa64dbec074b0cc8b (diff) | |
| download | emacs-246e8695915819eeab400c5b80104e5049dec358.tar.gz emacs-246e8695915819eeab400c5b80104e5049dec358.zip | |
Fix typo.
Diffstat (limited to 'lisp/array.el')
| -rw-r--r-- | lisp/array.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/array.el b/lisp/array.el index 693e4206a79..597f4ecf2ce 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -822,7 +822,7 @@ but will cause many functions to give errors if they encounter one. | |||
| 822 | 822 | ||
| 823 | Upon entering array mode, you will be prompted for the values of | 823 | Upon entering array mode, you will be prompted for the values of |
| 824 | several variables. Others will be calculated based on the values you | 824 | several variables. Others will be calculated based on the values you |
| 825 | supply. These variables are all local the the buffer. Other buffer | 825 | supply. These variables are all local to the buffer. Other buffer |
| 826 | in array mode may have different values assigned to the variables. | 826 | in array mode may have different values assigned to the variables. |
| 827 | The variables are: | 827 | The variables are: |
| 828 | 828 | ||