From: Philipp Stephani Date: Thu, 30 Dec 2021 15:22:32 +0000 (+0100) Subject: ; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert' X-Git-Tag: emacs-29.0.90~3346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94891dd225c7e74b89588814b6f8b11cec633659;p=emacs.git ; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert' --- diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index cc464a0f819..c5701328704 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -39,7 +39,7 @@ ;; but signals a different error when its condition is violated that ;; is caught and processed by ERT. In addition, it analyzes its ;; argument form and records information that helps debugging -;; (`assert' tries to do something similar when its second argument +;; (`cl-assert' tries to do something similar when its second argument ;; SHOW-ARGS is true, but `should' is more sophisticated). For ;; information on `should-not' and `should-error', see their ;; docstrings. `skip-unless' skips the test immediately without