Spelling fixes.

This commit is contained in:
Paul Eggert 2013-11-04 23:44:14 -08:00
parent df5b49306e
commit a67c4ae059
7 changed files with 15 additions and 15 deletions

View file

@ -436,7 +436,7 @@ failed."
(cl-defmacro ert--skip-unless (form)
"Evaluate FORM. If it returns nil, skip the current test.
Errors during evaluation are catched and handled like nil."
Errors during evaluation are caught and handled like nil."
(declare (debug t))
(ert--expand-should `(skip-unless ,form) form
(lambda (inner-form form-description-form _value-var)