branch: externals/org
commit b2da9ea3b689a4bb976ac751ea2500fe888f7d00
Author: Stefan Kangas <ste...@marxist.se>
Commit: Kyle Meyer <k...@kyleam.com>

    Backport commit 0da8118dc from Emacs
    
    * lisp/org.el (org-revert-all-org-buffers): Use command substitution.
    
    Use command substitution instead of raw keys in more places
    0da8118dcbf3c54dd6ecc9c0e3314a56ca82ec51
    Stefan Kangas
    Fri Sep 24 21:26:08 2021 +0200
---
 lisp/org.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index d03676e..4a74eda 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15215,9 +15215,9 @@ This function is useful in a setup where one tracks Org 
files
 with a version control system, to revert on one machine after pulling
 changes from another.  I believe the procedure must be like this:
 
-1. M-x org-save-all-org-buffers
+1. \\[org-save-all-org-buffers]
 2. Pull changes from the other machine, resolve conflicts
-3. M-x org-revert-all-org-buffers"
+3. \\[org-revert-all-org-buffers]"
   (interactive)
   (unless (yes-or-no-p "Revert all Org buffers from their files? ")
     (user-error "Abort"))

Reply via email to