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."
From 55f497b0cc838750e9bb82988b51cc226fc7c159 Mon Sep 17 00:00:00 2001
From: Trevor Ballard <trevorcoleball...@gmail.com>
Date: Tue, 2 Aug 2022 10:45:14 -0400
Subject: [PATCH] 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 9ec49c14e..466718e6e 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]]).
--
2.37.1

Reply via email to