From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Clean up docstring for org-refile Date: Wed, 28 Apr 2010 17:45:10 -0400 Message-ID: <1272491110-27501-1-git-send-email-bernt@norang.ca> References: <87sk6fh1ny.fsf@gmail.com> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7F4P-0006DV-Bh for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 17:45:25 -0400 Received: from [140.186.70.92] (port=38591 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7F4N-0006Ck-Vd for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 17:45:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7F4M-0003lz-HL for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 17:45:23 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:63549) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7F4L-0003lg-Pp for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 17:45:22 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1O7F4K-000KgW-1b for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 21:45:21 +0000 In-Reply-To: <87sk6fh1ny.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Bernt Hansen --- This commit is available at git://git.norang.ca/org-mode.git for-carsten lisp/org.el | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 0f69296..1eac6dc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -9584,9 +9584,8 @@ Depending on `org-reverse-note-order', the new subitem will either be the first or the last subitem. If there is an active region, all entries in that region will be moved. -However, the region must fulfil the requirement that the first heading -is the first one sets the top-level of the moved text - at most siblings -below it are allowed. +However, the region must fulfill the requirement that the first heading +is the top-level of the moved text - at most siblings below it are allowed. With prefix arg GOTO, the command will only visit the target location, not actually move anything. -- 1.7.1