diff options
| author | Glenn Morris | 2017-10-27 20:04:47 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-10-27 20:04:47 -0400 |
| commit | e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7 (patch) | |
| tree | 87391d27ade99b534281606f1fd65be8912629ac /test | |
| parent | e8636ac8cc96e1e7e948f04091792da09dafcc76 (diff) | |
| download | emacs-e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7.tar.gz emacs-e6b4e5ffdf30ef4d63614ccbe952f1efb25096a7.zip | |
Fix some doc typos
* lisp/calendar/todo-mode.el (todo-next-item)
(todo-previous-item, todo-toggle-item-header):
* lisp/window.el (move-to-window-group-line):
* src/editfns.c (Fformat):
* test/lisp/calendar/todo-mode-tests.el (todo-test-move-item05):
Fix doc typos.
; And in some comments.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/calendar/todo-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el index 66ddbbcc964..43187d4ab95 100644 --- a/test/lisp/calendar/todo-mode-tests.el +++ b/test/lisp/calendar/todo-mode-tests.el | |||
| @@ -384,7 +384,7 @@ priority and the done item should be the first done item." | |||
| 384 | (ert-deftest todo-test-move-item05 () ; bug#27609 | 384 | (ert-deftest todo-test-move-item05 () ; bug#27609 |
| 385 | "Test moving multiple todo and done items to another category. | 385 | "Test moving multiple todo and done items to another category. |
| 386 | Both types of item should be moved en bloc to the new category, | 386 | Both types of item should be moved en bloc to the new category, |
| 387 | and the the top todo item should have the provided priority and | 387 | and the top todo item should have the provided priority and |
| 388 | the top done item should be the first done item." | 388 | the top done item should be the first done item." |
| 389 | (with-todo-test | 389 | (with-todo-test |
| 390 | (todo-test--show 1) | 390 | (todo-test--show 1) |