From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix typo Date: Fri, 29 Oct 2010 12:17:14 +0200 Message-ID: <87wrp1l2vp.fsf@gnu.org> References: <1288288377-7152-1-git-send-email-julien@danjou.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34398 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBm1W-0006Oi-Ai for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 06:17:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBm1U-0003Ox-Te for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 06:17:26 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBm1U-0003Ob-Oo for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 06:17:24 -0400 Received: by wyf23 with SMTP id 23so3165790wyf.0 for ; Fri, 29 Oct 2010 03:17:23 -0700 (PDT) In-Reply-To: <1288288377-7152-1-git-send-email-julien@danjou.info> (Julien Danjou's message of "Thu, 28 Oct 2010 19:52:57 +0200") 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: Julien Danjou Cc: emacs-orgmode@gnu.org Applied, thanks. PS: merging using pw didn't work so I did the change manually, meaning it will appear as *mine* - hope you don't mind! Julien Danjou writes: > Signed-off-by: Julien Danjou > --- > ORGWEBPAGE/Changes.org | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org > index 549aed4..9a6b934 100644 > --- a/ORGWEBPAGE/Changes.org > +++ b/ORGWEBPAGE/Changes.org > @@ -374,7 +374,7 @@ on Worg. > > *** Timer/clock enhancements > > -=org-timer-set-timer= displays a countdow timer in the modeline. > +=org-timer-set-timer= displays a countdown timer in the modeline. > From the agenda, `J' invokes =org-agenda-clock-goto=. > > * Version 7.01 -- Bastien