diff options
| author | Paul Eggert | 2013-12-27 22:37:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-27 22:37:35 -0800 |
| commit | 7e99158aac0347f62647618200fc5d90681cd2e9 (patch) | |
| tree | 437b0c6b1cf27a5526299399ba8b0e6d839c22bd /test | |
| parent | 4364185f73c426c17de2892d41992f080c6d433c (diff) | |
| download | emacs-7e99158aac0347f62647618200fc5d90681cd2e9.tar.gz emacs-7e99158aac0347f62647618200fc5d90681cd2e9.zip | |
Spelling and typo fixes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/electric-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/electric-tests.el b/test/automated/electric-tests.el index 830b61e5004..86a2694fa43 100644 --- a/test/automated/electric-tests.el +++ b/test/automated/electric-tests.el | |||
| @@ -186,7 +186,7 @@ Should %s \"%s\" and point at %d" | |||
| 186 | bindings | 186 | bindings |
| 187 | fixture-fn)))))) | 187 | fixture-fn)))))) |
| 188 | 188 | ||
| 189 | ;;; Basic pairings and skippings | 189 | ;;; Basic pairs and skips |
| 190 | ;;; | 190 | ;;; |
| 191 | (define-electric-pair-test balanced-situation | 191 | (define-electric-pair-test balanced-situation |
| 192 | " (()) " "(((((((" :skip-pair-string "ppppppp" | 192 | " (()) " "(((((((" :skip-pair-string "ppppppp" |
| @@ -237,7 +237,7 @@ Should %s \"%s\" and point at %d" | |||
| 237 | (define-electric-pair-test find-matching-different-paren-type-inside-list | 237 | (define-electric-pair-test find-matching-different-paren-type-inside-list |
| 238 | "( ()]) " "-[-----" :skip-pair-string "-------") | 238 | "( ()]) " "-[-----" :skip-pair-string "-------") |
| 239 | 239 | ||
| 240 | (define-electric-pair-test ignore-different-unmatching-paren-type | 240 | (define-electric-pair-test ignore-different-nonmatching-paren-type |
| 241 | "( ()]) " "-(-----" :skip-pair-string "-p-----") | 241 | "( ()]) " "-(-----" :skip-pair-string "-p-----") |
| 242 | 242 | ||
| 243 | (define-electric-pair-test autopair-keep-least-amount-of-mixed-unbalance | 243 | (define-electric-pair-test autopair-keep-least-amount-of-mixed-unbalance |