diff options
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/kmacro-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/net/tramp-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/simple-tests.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/kmacro-tests.el b/test/lisp/kmacro-tests.el index a691ec84549..9f3eeafe486 100644 --- a/test/lisp/kmacro-tests.el +++ b/test/lisp/kmacro-tests.el @@ -248,7 +248,7 @@ cause the current test to fail." (kmacro-tests-simulate-command '(kmacro-set-counter 1)) (kmacro-tests-should-insert "1" (kmacro-tests-simulate-command '(kmacro-insert-counter nil))) - ;; Using universal arg to to set counter should reset to starting value. + ;; Using universal arg to set counter should reset to starting value. (kmacro-tests-simulate-command '(kmacro-set-counter (4)) '(4)) (kmacro-tests-should-insert "5" (kmacro-tests-simulate-command '(kmacro-insert-counter nil)))) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 14102e7725c..7cc0779b81c 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -140,7 +140,7 @@ This shall used dynamically bound only.") (defmacro tramp--test-instrument-test-case (verbose &rest body) "Run BODY with `tramp-verbose' equal VERBOSE. -Print the the content of the Tramp debug buffer, if BODY does not +Print the content of the Tramp debug buffer, if BODY does not eval properly in `should' or `should-not'. `should-error' is not handled properly. BODY shall not contain a timeout." (declare (indent 1) (debug (natnump body))) diff --git a/test/lisp/simple-tests.el b/test/lisp/simple-tests.el index 90a627f261e..5133e686a15 100644 --- a/test/lisp/simple-tests.el +++ b/test/lisp/simple-tests.el @@ -188,7 +188,7 @@ ;; From 24 Oct - 21 Nov 2015, `open-line' took a second argument ;; INTERACTIVE and ran `post-self-insert-hook' if the argument was ;; true. This test tested that. Currently, however, `open-line' -;; does not run run `post-self-insert-hook' at all, so for now +;; does not run `post-self-insert-hook' at all, so for now ;; this test just makes sure that it doesn't. (ert-deftest open-line-hook () (let* ((x 0) |