* [PATCH] Fix typo in org-todo-list doc string
@ 2022-03-07 18:19 Nick Dokos
2022-03-28 12:27 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Nick Dokos @ 2022-03-07 18:19 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 24 bytes --]
Tiny typo fix attached.
[-- Attachment #2: 0001-Fix-typo-in-doc-string.patch --]
[-- Type: text/x-patch, Size: 980 bytes --]
From 524e7d8610f42908202a9cbde727ad06c36ae706 Mon Sep 17 00:00:00 2001
From: Nick Dokos <ndokos@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix typo in org-todo-list doc string
2022-03-07 18:19 [PATCH] Fix typo in org-todo-list doc string Nick Dokos
@ 2022-03-28 12:27 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2022-03-28 12:27 UTC (permalink / raw)
To: Nick Dokos; +Cc: emacs-orgmode
Nick Dokos <ndokos@gmail.com> writes:
> Tiny typo fix attached.
Applied, thanks!
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-28 12:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 18:19 [PATCH] Fix typo in org-todo-list doc string Nick Dokos
2022-03-28 12:27 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.