branch: externals/org commit 3626f0384aceeb890c7f750c9b0e9a6d2aa0ad27 Author: Trevor Ballard <trevorcoleball...@gmail.com> Commit: Ihor Radchenko <yanta...@gmail.com>
doc/org-manual.org: Fix typo in "The global TODO list" * doc/org-manual.org (The global TODO list): Fix typo in manual section for "The global TODO list". Change "the" to "that" in the third sentence to get "By default, this lists items with a state that is not a DONE state." TINYCHANGE --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 9ec49c14e9..466718e6e3 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -8810,7 +8810,7 @@ collected into a single place. #+findex: org-todo-list Show the global TODO list. This collects the TODO items from all agenda files (see [[*Agenda Views]]) into a single buffer. By default, - this lists items with a state the is not a DONE state. The buffer + this lists items with a state that is not a DONE state. The buffer is in Agenda mode, so there are commands to examine and manipulate the TODO entries directly from that buffer (see [[*Commands in the Agenda Buffer]]).