diff options
| author | Paul Eggert | 2015-12-07 08:35:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-12-07 08:38:05 -0800 |
| commit | 9b0ffdbaddec7d9d46dcd7fc525c4fde7c842c46 (patch) | |
| tree | 2ca71fc967f2ecd5c59c51bad3d8f10e666eabfa /test | |
| parent | f366f23624d9c571a9203c23d73cd5a2b141483f (diff) | |
| download | emacs-9b0ffdbaddec7d9d46dcd7fc525c4fde7c842c46.tar.gz emacs-9b0ffdbaddec7d9d46dcd7fc525c4fde7c842c46.zip | |
Spelling fixes
* doc/misc/calc.texi (Predefined Units): Use the bland modern
scientific style for spelling the units “ampere” and
“angstrom” rather than the older style “Ampere” and
“Ångstrom”. The latter spelling was wrong anyway (it should
have been “Ångström”).
* lisp/emacs-lisp/ert.el (ert--explain-equal-rec):
Fix misspelling of ‘atom’ in code.
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/character-fold-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/character-fold-tests.el b/test/automated/character-fold-tests.el index 4e8761e6f7b..c0568625649 100644 --- a/test/automated/character-fold-tests.el +++ b/test/automated/character-fold-tests.el | |||
| @@ -113,7 +113,7 @@ | |||
| 113 | ;; Our initial implementation of case-folding in char-folding | 113 | ;; Our initial implementation of case-folding in char-folding |
| 114 | ;; created a lot of redundant paths in the regexp. Because of | 114 | ;; created a lot of redundant paths in the regexp. Because of |
| 115 | ;; that, if a really long string "almost" matches, the regexp | 115 | ;; that, if a really long string "almost" matches, the regexp |
| 116 | ;; engine took a long time to realise that it doesn't match. | 116 | ;; engine took a long time to realize that it doesn't match. |
| 117 | (should-not (character-fold-search-forward (concat string "c") nil 'noerror)) | 117 | (should-not (character-fold-search-forward (concat string "c") nil 'noerror)) |
| 118 | ;; Ensure it took less than a second. | 118 | ;; Ensure it took less than a second. |
| 119 | (should (< (- (time-to-seconds (current-time)) | 119 | (should (< (- (time-to-seconds (current-time)) |