From ccaab33309c55986e824f7368c7d11aa6f301e13 Mon Sep 17 00:00:00 2001
From: Derek Chen-Becker <oss@chen-becker.org>
Date: Thu, 4 Dec 2025 16:07:20 -0700
Subject: [PATCH] org-syntax.el: Clarify PRIORITY value definition

org-syntax.org (Headings): Update the definition to clarify the accepted
range of alphabetic priority values. Fix incorrect usage of "integral" to
"integer".
---
 org-syntax.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/org-syntax.org b/org-syntax.org
index 637d0196..a1f13c20 100644
--- a/org-syntax.org
+++ b/org-syntax.org
@@ -377,10 +377,10 @@ STARS KEYWORD PRIORITY COMMENT TITLE TAGS
   be configurable at runtime so that in-file todo keywords are properly
   interpreted.]
 
-+ PRIORITY (optional) :: A single uppercase alphabetic character or an
-  integral number between 0 and 64, preceded by a hash sign =#= and
-  enclosed within square brackets (e.g. =[#A], [#0],= or =[#27]=).  This
-  is called a "priority cookie".
++ PRIORITY (optional) :: A single uppercase alphabetic character
+  between A and Z or an integer number between 0 and 64, preceded by a
+  hash sign =#= and enclosed within square brackets (e.g. =[#A], [#0],= or
+  =[#27]=).  This is called a "priority cookie".
 
 + COMMENT (optional) :: String "COMMENT".  Case is significant.
 
-- 
2.43.0

