emacs-diffs
[Top][All Lists]
Advanced

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

master 0a65e06 1/2: ; * test/lisp/emacs-lisp/edebug-tests.el (edebug-tes


From: Philipp Stephani
Subject: master 0a65e06 1/2: ; * test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-cl-flet): Fix typo.
Date: Sun, 2 Aug 2020 12:07:05 -0400 (EDT)

branch: master
commit 0a65e060207def5d31fb7d96b8d3bb1441fd13c9
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-cl-flet): Fix typo.
---
 test/lisp/emacs-lisp/edebug-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/edebug-tests.el 
b/test/lisp/emacs-lisp/edebug-tests.el
index be9f150..1be68f6 100644
--- a/test/lisp/emacs-lisp/edebug-tests.el
+++ b/test/lisp/emacs-lisp/edebug-tests.el
@@ -961,7 +961,7 @@ primary ones (Bug#42671)."
               (intern "edebug-cl-defmethod-qualifier ((_ number))")))))))
 
 (ert-deftest edebug-tests-cl-flet ()
-  "Check what Edebug can instrument `cl-flet' forms without name
+  "Check that Edebug can instrument `cl-flet' forms without name
 clashes (Bug#41853)."
   (with-temp-buffer
     (dolist (form '((defun edebug-tests-cl-flet-1 ()



reply via email to

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