From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Fix typo and documentation of keys Date: Fri, 5 Sep 2008 07:35:35 +0200 Message-ID: References: <87k5dr1fek.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: multipart/mixed; boundary="===============0967550471==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbVXk-00067s-Rq for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 03:15:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbVXj-00065J-43 for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 03:15:44 -0400 Received: from [199.232.76.173] (port=33780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbVXi-000655-U1 for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 03:15:42 -0400 Received: from mx20.gnu.org ([199.232.41.8]:39690) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KbVXi-0001Py-OC for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 03:15:42 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KbVXh-0004Au-Lk for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 03:15:42 -0400 Received: by ug-out-1314.google.com with SMTP id a2so24872ugf.17 for ; Fri, 05 Sep 2008 00:15:39 -0700 (PDT) In-Reply-To: <87k5dr1fek.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org --===============0967550471== Content-Type: multipart/alternative; boundary=Apple-Mail-1--379916213 --Apple-Mail-1--379916213 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Applied, thanks. - Carsten On Sep 5, 2008, at 4:43 AM, Bernt Hansen wrote: > 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 > --Apple-Mail-1--379916213 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Applied, = thanks.

- Carsten

On Sep 5, = 2008, at 4:43 AM, Bernt Hansen wrote:

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


= --Apple-Mail-1--379916213-- --===============0967550471== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0967550471==--