summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2021-12-30 16:22:32 +0100
committerPhilipp Stephani <phst@google.com>2021-12-30 16:23:48 +0100
commit94891dd225c7e74b89588814b6f8b11cec633659 (patch)
tree95eebda343dfc415f57d225e2ca5c8c018196a48 /lisp/emacs-lisp/ert.el
parent6738c1cc8cb720087c2c3fffcc98a410063cb381 (diff)
downloademacs-94891dd225c7e74b89588814b6f8b11cec633659.tar.gz
emacs-94891dd225c7e74b89588814b6f8b11cec633659.tar.bz2
emacs-94891dd225c7e74b89588814b6f8b11cec633659.zip
; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'
Diffstat (limited to 'lisp/emacs-lisp/ert.el')
-rw-r--r--lisp/emacs-lisp/ert.el2
1 files changed, 1 insertions, 1 deletions
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