Dear Org mnode developers, I just
realized that the menu entry for reading
the Org manual is named "Info
Documentation" which is not very
descriptive.

I propose to rename it to "Show Org
Manual", see attached patch.

Ciao, Gregor

>From d1d5dad319be224e50a0d4d203361032ab54fea7 Mon Sep 17 00:00:00 2001
From: Gregor Zattler <[email protected]>
Date: Wed, 25 Feb 2026 13:25:34 +0100
Subject: [PATCH] lisp/org.el: Name manual in respective menu entry

* lisp/org.el (easy-menu-define): Name Org manual in respective menu entry
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 1b7b45daf..1de087b65 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -18830,7 +18830,7 @@ (easy-menu-define org-org-menu org-mode-map "Org menu."
     "--"
     ("Documentation"
      ["Show Version" org-version t]
-     ["Info Documentation" org-info t]
+     ["Show Org Manual" org-info t]
      ["Browse Org News" org-browse-news t])
     ("Customize"
      ["Browse Org Group" org-customize t]
-- 
2.53.0

Reply via email to