Tiny typo fix attached.
From 524e7d8610f42908202a9cbde727ad06c36ae706 Mon Sep 17 00:00:00 2001
From: Nick Dokos <ndo...@gmail.com>
Date: Mon, 7 Mar 2022 13:11:50 -0500
Subject: [PATCH] Fix typo in doc string

* lisp/org-agenda.el (org-todo-list): Fix typo in doc string.
---
 lisp/org-agenda.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 9bc44a56eb01..356a74da64fe 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4875,7 +4875,7 @@ Press `\\[org-agenda-manipulate-query-add]', \
 
 ;;;###autoload
 (defun org-todo-list (&optional arg)
-  "Show all (not done) TODO entries from all agenda file in a single list.
+  "Show all (not done) TODO entries from all agenda files in a single list.
 The prefix arg can be used to select a specific TODO keyword and limit
 the list to these.  When using `\\[universal-argument]', you will be prompted
 for a keyword.  A numeric prefix directly selects the Nth keyword in
-- 
2.34.1

Reply via email to