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 /lisp | |
| 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 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/ert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index a75b23bbc15..470fd493661 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el | |||
| @@ -515,7 +515,7 @@ Returns nil if they are." | |||
| 515 | for xi = (ert--explain-equal-rec ai bi) | 515 | for xi = (ert--explain-equal-rec ai bi) |
| 516 | do (when xi (cl-return `(array-elt ,i ,xi))) | 516 | do (when xi (cl-return `(array-elt ,i ,xi))) |
| 517 | finally (cl-assert (equal a b) t)))) | 517 | finally (cl-assert (equal a b) t)))) |
| 518 | ((pred atomp) | 518 | ((pred atom) |
| 519 | (if (not (equal a b)) | 519 | (if (not (equal a b)) |
| 520 | (if (and (symbolp a) (symbolp b) (string= a b)) | 520 | (if (and (symbolp a) (symbolp b) (string= a b)) |
| 521 | `(different-symbols-with-the-same-name ,a ,b) | 521 | `(different-symbols-with-the-same-name ,a ,b) |