branch: externals-release/org
commit f75579b2c46d3b39b8a96eb3955e72d6995b4852
Author: Gregor Zattler <[email protected]>
Commit: Ihor Radchenko <[email protected]>
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 959d47d147..fde6e05361 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -18840,7 +18840,7 @@ an argument, unconditionally call `org-insert-heading'."
"--"
("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]