Ed Hamilton <[email protected]> writes:

> When you do 
> C-h o org-feed-alist
> you reach the documentation for that variable. 
>
> The first paragraph after the value reads:
> Alist specifying RSS feeds that should create inputs for Org.
> Each entry in this list specified an RSS feed tat should be queried
> to create inbox items in Org.
>
> "tat" should read "that"

Hello again. I have attached a patch which will (if I've done everything
right) fix this typo.

>From 25ae12f18c98c80457b1a3e022fd7bc2f30d87a9 Mon Sep 17 00:00:00 2001
From: Christer Enfors <[email protected]>
Date: Tue, 2 Jun 2026 19:50:30 +0200
Subject: [PATCH] list/org-feed.el: Fix typo in docstring

* org-feed.el (org-feed-alist): Fix typo in docstring: tat -> that

TINYCHANGE

Reported-by: Ed Hamilton
Link: https://list.orgmode.org/[email protected]/
---
 lisp/org-feed.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-feed.el b/lisp/org-feed.el
index 139c7f729..8ed791217 100644
--- a/lisp/org-feed.el
+++ b/lisp/org-feed.el
@@ -112,7 +112,7 @@
 
 (defcustom org-feed-alist nil
   "Alist specifying RSS feeds that should create inputs for Org.
-Each entry in this list specified an RSS feed tat should be queried
+Each entry in this list specified an RSS feed that should be queried
 to create inbox items in Org.  Each entry is a list with the following items:
 
 name         a custom name for this feed
-- 
2.43.0

-- 
Christer Enfors
Org contributor liaison
GPG Fingerprint: 9CF7 3292 83BC D643 DF01  992C 1C3B 434F 2AC2 B1E6
Public Key available at: keys.openpgp.org

Reply via email to