summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-10-12 01:27:42 -0400
committerKyle Meyer <kyle@kyleam.com>2017-10-12 01:27:42 -0400
commit8c44a3f23de38a5f2e2ac7bf9442357f82756689 (patch)
treefffd2209c0c3522258e3bcc1629a9795e77b9a0f
parent76163e983b709398d70623edcfa16d031a45a84d (diff)
downloadorg-mode-8c44a3f23de38a5f2e2ac7bf9442357f82756689.tar.gz
org.texi: Correct keys for subtree movement commands
* doc/org.texi (Structure editing): Correct bindings for org-move-subtree-up and org-move-subtree-down. Reported-by: Johann Höchtl <<johann.hoechtl@gmail.com>> <https://lists.gnu.org/archive/html/emacs-orgmode/2017-10/msg00203.html>
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 8e5f586..999f3f7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1460,10 +1460,10 @@ Demote current heading by one level.
Promote the current subtree by one level.
@orgcmd{M-S-@key{right},org-demote-subtree}
Demote the current subtree by one level.
-@orgcmd{M-S-@key{up},org-move-subtree-up}
+@orgcmd{M-@key{up},org-move-subtree-up}
Move subtree up (swap with previous subtree of same
level).
-@orgcmd{M-S-@key{down},org-move-subtree-down}
+@orgcmd{M-@key{down},org-move-subtree-down}
Move subtree down (swap with next subtree of same level).
@orgcmd{M-h,org-mark-element}
Mark the element at point. Hitting repeatedly will mark subsequent elements