branch: externals/org
commit 4421111da38ed1985a1552c1315322fbbbea1ff8
Author: Rudolf Adamkovič <[email protected]>
Commit: Rudolf Adamkovič <[email protected]>

    Reword and split the restart menu group
---
 lisp/org.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 4ea7d35f3f..93f7c6074d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -18743,8 +18743,9 @@ an argument, unconditionally call `org-insert-heading'."
      ["Expand This Menu" org-create-customize-menu t])
     ["Send Bug Report" org-submit-bug-report t]
     "--"
-    ("Refresh/Reload"
-     ["Refresh Setup Current Buffer" org-mode-restart t]
+    ("Restart/Reload"
+     ["Restart Org in Current Buffer" org-mode-restart t]
+     "--"
      ["Reload Org" org-reload t]
      ["Reload Org Uncompiled" (org-reload t) :active t :keys "C-u C-c C-x 
!"])))
 

Reply via email to