diff options
| author | Paul Eggert | 2017-09-10 09:20:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-10 09:24:37 -0700 |
| commit | cdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch) | |
| tree | f26e8fe49677db19be4fad553ebf123d7b4bd478 /test/lisp/simple-tests.el | |
| parent | 4973788c6aa2636407b34da840088f635ba6914a (diff) | |
| download | emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.gz emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.zip | |
Spelling fixes
* lisp/progmodes/cc-langs.el:
(c-ambiguous-overloadable-or-identifier-prefixes): Rename from
c-ambiguous-overloadable-or-identifier-prefices. Caller changed.
Diffstat (limited to 'test/lisp/simple-tests.el')
| -rw-r--r-- | test/lisp/simple-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/simple-tests.el b/test/lisp/simple-tests.el index 729001bdf3a..7cb7107ceda 100644 --- a/test/lisp/simple-tests.el +++ b/test/lisp/simple-tests.el | |||
| @@ -505,7 +505,7 @@ See Bug#21722." | |||
| 505 | (setq-local fill-prefix " ") | 505 | (setq-local fill-prefix " ") |
| 506 | (set-fill-column 5) | 506 | (set-fill-column 5) |
| 507 | ;; Shouldn't break after 'foo' (3 characters) when the next | 507 | ;; Shouldn't break after 'foo' (3 characters) when the next |
| 508 | ;; line is indented >= to that, that woudln't result in shorter | 508 | ;; line is indented >= to that, that wouldn't result in shorter |
| 509 | ;; lines. | 509 | ;; lines. |
| 510 | (insert "foo bar") | 510 | (insert "foo bar") |
| 511 | (do-auto-fill) | 511 | (do-auto-fill) |