diff options
Diffstat (limited to 'lisp/emacs-lisp/ert.el')
-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 ed7633e2795..a131f48c488 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -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) |