From ce0269fb6bbabb5dca5a4aecd27ed13eb0e31ac8 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 1 Jul 2013 00:30:03 +0200 Subject: [PATCH] org.el (org-copy-subtree): Fix typo in docstring * org.el (org-copy-subtree): Fix typo in docstring. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index a852c9537..c62ad1cb4 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8180,8 +8180,8 @@ 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) - "Cut the current subtree into the clipboard. -With prefix arg N, cut this many sequential subtrees. + "Copy the current subtree it in 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. If FORCE-STORE-MARKERS is non-nil, store the relative locations -- 2.11.4.GIT