From 47881558e3ca19059aaa1e14722d4d26af8e2eb1 Mon Sep 17 00:00:00 2001
From: Derek Chen-Becker <oss@chen-becker.org>
Date: Wed, 3 Dec 2025 06:05:51 -0700
Subject: [PATCH] org-syntax.org: Update definition of PRIORITY

Update the definition of PRIORITY to include double-digit numbers and call
out the valid numeric range.
---
 org-syntax.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/org-syntax.org b/org-syntax.org
index a8b67b91..637d0196 100644
--- a/org-syntax.org
+++ b/org-syntax.org
@@ -377,8 +377,9 @@ STARS KEYWORD PRIORITY COMMENT TITLE TAGS
   be configurable at runtime so that in-file todo keywords are properly
   interpreted.]
 
-+ PRIORITY (optional) :: A single alphanumeric character preceded by a
-  hash sign =#= and enclosed within square brackets (e.g. =[#A]= or =[#1]=).  This
++ 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".
 
 + COMMENT (optional) :: String "COMMENT".  Case is significant.
-- 
2.43.0

