From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: [PATCH] Fixed trivial misspelling in docstring to org-refile. Date: Wed, 22 Oct 2008 18:45:24 -0500 Message-ID: <48FFBB14.5090608@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsnOR-0001aq-O3 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:45:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsnOP-0001aR-W3 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:45:35 -0400 Received: from [199.232.76.173] (port=50313 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsnOP-0001aO-R4 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:45:33 -0400 Received: from outbound-mail-147.bluehost.com ([67.222.38.37]:60673) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KsnOO-0004nS-W5 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:45:33 -0400 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 --- lisp/org.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d9cf394..30a9ce7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7243,7 +7243,7 @@ and will therefore always be up-to-date. At the target location, the entry is filed as a subitem of the target heading. Depending on `org-reverse-note-order', the new subitem will either be the -first of the last subitem. +first or the last subitem. With prefix arg GOTO, the command will only visit the target location, not actually move anything. -- 1.5.6.4