Hello,

  Please find attached a patch that fixes multiple typos in the Org mode documentation (org-guide.org and org-manual.org).

  This patch corrects:
  - Missing word "at" in "at least for me"
  - Double comma in "examples, together"
  - Extra article "a" in "record the time"
  - Verb agreement: "it returns" and "displays or hides"
  - Typo "ot" → "of" in "links of type"

  TINYCHANGE

  Best regards,

  Abdurahman Itani
From 1d449724b5f50ea5b925607f0c8ff9539d5ca97c Mon Sep 17 00:00:00 2001
From: Abdurahman Itani <[email protected]>
Date: Mon, 15 Dec 2025 13:35:11 +0300
Subject: [PATCH] doc: Fix multiple typos in documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* doc/org-guide.org: Fix typos:
  - "which, least for me" → "which, at least for me"
  - "examples,, together" → "examples, together"
  - "record a the time" → "record the time"
  - "it return matches" → "it returns matches"
  - "displays or hide" → "displays or hides"

* doc/org-manual.org: Fix typos:
  - "which, least for me" → "which, at least for me"
  - "displays or hide" → "displays or hides"
  - "links ot type" → "links of type"

TINYCHANGE
---
 doc/org-guide.org  | 10 +++++-----
 doc/org-manual.org |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/org-guide.org b/doc/org-guide.org
index d402d7265..e43e03875 100644
--- a/doc/org-guide.org
+++ b/doc/org-guide.org
@@ -99,7 +99,7 @@ reports, see the [[info:org][main manual]].
 :END:
 
 Org is an outliner.  Outlines allow a document to be organized in
-a hierarchical structure, which, least for me, is the best
+a hierarchical structure, which, at least for me, is the best
 representation of notes and thoughts.  An overview of this structure
 is achieved by folding, i.e., hiding large parts of the document to
 show only the general document structure and the parts currently being
@@ -553,7 +553,7 @@ the colon.  Here are some examples:
 File links can contain additional information to make Emacs jump to
 a particular location in the file when following a link. This can be
 a line number or a search option after a double colon. Here are a few
-examples,, together with an explanation:
+examples, together with an explanation:
 
 | =file:~/code/main.c::255=          | Find line 255               |
 | =file:~/xx.org::My Target=         | Find =<<My Target>>=        |
@@ -727,7 +727,7 @@ command ~org-todo~ with a prefix argument.
 
 #+attr_texinfo: :sep ,
 - {{{kbd(C-u C-c C-t)}}} (~org-todo~) ::
-  Prompt for a note and record a the time of the TODO state change.
+  Prompt for a note and record the time of the TODO state change.
 
 Org mode can also automatically record a timestamp and optionally a
 note when you mark a TODO item as DONE, or even each time you change
@@ -983,9 +983,9 @@ or, if tags in the group should be mutually exclusive:
 
 : #+TAGS: { Context : @Home @Work }
 
-When you search for a group tag, it return matches for all members in
+When you search for a group tag, it returns matches for all members in
 the group and its subgroups.  In an agenda view, filtering by a group
-tag displays or hide headlines tagged with at least one of the members
+tag displays or hides headlines tagged with at least one of the members
 of the group or any of its subgroups.
 
 If you want to ignore group tags temporarily, toggle group tags
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 89fe6b392..e180651b0 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -485,7 +485,7 @@ call ~org-table-move-column-right~.
 #+cindex: document structure
 #+cindex: structure of document
 Org is an outliner.  Outlines allow a document to be organized in
-a hierarchical structure, which, least for me, is the best
+a hierarchical structure, which, at least for me, is the best
 representation of notes and thoughts.  An overview of this structure
 is achieved by folding, i.e., hiding large parts of the document to
 show only the general document structure and the parts currently being
@@ -5193,7 +5193,7 @@ to classify nodes in a document or set of documents.
 
 When you search for a group tag, it returns matches for all members in
 the group and its subgroups.  In an agenda view, filtering by a group
-tag displays or hide headlines tagged with at least one of the members
+tag displays or hides headlines tagged with at least one of the members
 of the group or any of its subgroups.  This makes tag searches and
 filters even more flexible.
 
@@ -22034,7 +22034,7 @@ A review of =ol-man.el=:
 :END:
 #+cindex: hyperlinks, adding preview behavior
 
-By default, Org supports previewing external links for links ot type
+By default, Org supports previewing external links for links of type
 =file= and =attachment= that point to image files. (See [[*Images]].)
 
 Support for previewing other link types inline can be added to Org in
-- 
2.52.0

Reply via email to