diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:53:19 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-09 22:55:06 -0700 |
| commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
| tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /test/lisp/simple-tests.el | |
| parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
| download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz | |
; Typo fixes, mostly repeated words
Diffstat (limited to 'test/lisp/simple-tests.el')
| -rw-r--r-- | test/lisp/simple-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
