emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 94891dd225: ; * lisp/emacs-lisp/ert.el: Update reference to 'cl-a


From: Philipp Stephani
Subject: master 94891dd225: ; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'
Date: Thu, 30 Dec 2021 10:24:42 -0500 (EST)

branch: master
commit 94891dd225c7e74b89588814b6f8b11cec633659
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'
---
 lisp/emacs-lisp/ert.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el
index cc464a0f81..c570132870 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]