From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typo and documentation of keys Date: Thu, 04 Sep 2008 22:43:15 -0400 Message-ID: <87k5dr1fek.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbRMq-0006No-8K for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 22:48:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbRMY-00069N-VF for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 22:47:55 -0400 Received: from [199.232.76.173] (port=58651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbRMX-00061y-7o for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 22:47:53 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:58650) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KbRIE-0002GP-St for emacs-orgmode@gnu.org; Thu, 04 Sep 2008 22:43:27 -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: Carsten Dominik Cc: emacs-orgmode@gnu.org Fix key description of double prefix and spelling. --- lisp/org.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index d551602..2321f2c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7796,7 +7796,7 @@ first of the last subitem. With prefix arg GOTO, the command will only visit the target location, not actually move anything. -With a double prefix `C-c C-c', go to the location where the last refiling +With a double prefix `C-u C-u', go to the location where the last refiling operation has put the subtree." (interactive "P") (let* ((cbuf (current-buffer)) @@ -13531,7 +13531,7 @@ With optional NODE, go directly to that node." (sit-for 0)))) (defun org-goto-marker-or-bmk (marker &optional bookmark) - "Go to MARKER, widen if necesary. When marker is not live, try BOOKMARK." + "Go to MARKER, widen if necessary. When marker is not live, try BOOKMARK." (if (and marker (marker-buffer marker) (buffer-live-p (marker-buffer marker))) (progn -- 1.6.0.6.gc667