From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Typo - Fix description of org-clock-in Date: Wed, 9 Jul 2008 11:36:05 -0700 Message-ID: References: <871w23nh9l.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGeWd-0001Qu-V5 for emacs-orgmode@gnu.org; Wed, 09 Jul 2008 14:36:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGeWc-0001Qh-Qz for emacs-orgmode@gnu.org; Wed, 09 Jul 2008 14:36:23 -0400 Received: from [199.232.76.173] (port=35082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGeWc-0001Qe-Mj for emacs-orgmode@gnu.org; Wed, 09 Jul 2008 14:36:22 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:9069) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGeWc-0000al-9w for emacs-orgmode@gnu.org; Wed, 09 Jul 2008 14:36:22 -0400 In-Reply-To: <871w23nh9l.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: org-mode mailing list Fixed, thanks. - Carsten On Jul 9, 2008, at 9:39 AM, Bernt Hansen wrote: > > --- > lisp/org-clock.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org-clock.el b/lisp/org-clock.el > index 62d3d58..b46d486 100644 > --- a/lisp/org-clock.el > +++ b/lisp/org-clock.el > @@ -207,7 +207,7 @@ of a different task.") > (defun org-clock-in (&optional select) > "Start the clock on the current item. > If necessary, clock-out of the currently active clock. > -With prefix arg SELECT, offer a list of recently clocked ta sks to > +With prefix arg SELECT, offer a list of recently clocked tasks to > clock into. When SELECT is `C-u C-u', clock into the current task > and mark > is as the default task, a special task that will always be offered in > the clocking selection, associated with the letter `d'." > -- > 1.5.6.2.255.gbed62 >