diff options
| author | Paul Eggert | 2017-07-20 15:40:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-07-20 15:42:12 -0700 |
| commit | df26f09f0c62f678fccb7a64dfa7d24202883c2b (patch) | |
| tree | d61cbdff6cbc2e63e9923078f165db2c3f2364c8 /test/lisp | |
| parent | 10e5280bdf10b6b412ecb42ec18710e6d9606dd5 (diff) | |
| download | emacs-df26f09f0c62f678fccb7a64dfa7d24202883c2b.tar.gz emacs-df26f09f0c62f678fccb7a64dfa7d24202883c2b.zip | |
; Spelling fixes
Diffstat (limited to 'test/lisp')
| -rw-r--r-- | test/lisp/ses-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/ses-tests.el b/test/lisp/ses-tests.el index add94ae98f6..8fff6f73520 100644 --- a/test/lisp/ses-tests.el +++ b/test/lisp/ses-tests.el | |||
| @@ -57,8 +57,8 @@ equal to 2. This is done using interactive calls." | |||
| 57 | (ert-deftest ses-tests-lowlevel-renamed-cell () | 57 | (ert-deftest ses-tests-lowlevel-renamed-cell () |
| 58 | "Check that renaming A1 to `foo' and setting `foo' to 1 and A2 to (1+ foo), makes A2 value equal to 2. | 58 | "Check that renaming A1 to `foo' and setting `foo' to 1 and A2 to (1+ foo), makes A2 value equal to 2. |
| 59 | This is done using low level functions, `ses-rename-cell' is not | 59 | This is done using low level functions, `ses-rename-cell' is not |
| 60 | called but instead we use text replacement in the buffer priorly | 60 | called but instead we use text replacement in the buffer |
| 61 | passed in text mode." | 61 | previously passed in text mode." |
| 62 | (let ((ses-initial-size '(2 . 1))) | 62 | (let ((ses-initial-size '(2 . 1))) |
| 63 | (with-temp-buffer | 63 | (with-temp-buffer |
| 64 | (ses-mode) | 64 | (ses-mode) |