aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris2017-10-27 20:04:47 -0400
committerGlenn Morris2017-10-27 20:04:47 -0400
commite6b4e5ffdf30ef4d63614ccbe952f1efb25096a7 (patch)
tree87391d27ade99b534281606f1fd65be8912629ac /test
parente8636ac8cc96e1e7e948f04091792da09dafcc76 (diff)
downloademacs-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.el2
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.
386Both types of item should be moved en bloc to the new category, 386Both types of item should be moved en bloc to the new category,
387and the the top todo item should have the provided priority and 387and the top todo item should have the provided priority and
388the top done item should be the first done item." 388the 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)