summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-01-04 16:26:08 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2018-01-04 16:26:08 +0100
commit6c3c06273e03b903c46a4f561b379c6ab4ce8a2a (patch)
tree6e3251360afdc8cd0b2e8ef305d547460e99aa53
parent76ee7b7cdd050961bb0b17fa8f4a3cb48bb54fd5 (diff)
downloadorg-mode-6c3c06273e03b903c46a4f561b379c6ab4ce8a2a.tar.gz
org.el (org-copy-subtree): Correct typo
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 5272061..2e2671d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8458,7 +8458,7 @@ This is a short-hand for marking the subtree and then cutting it."
(org-copy-subtree n 'cut))
(defun org-copy-subtree (&optional n cut force-store-markers nosubtrees)
- "Copy the current subtree it in the clipboard.
+ "Copy the current subtree into the clipboard.
With prefix arg N, copy this many sequential subtrees.
This is a short-hand for marking the subtree and then copying it.
If CUT is non-nil, actually cut the subtree.