From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typo in org-clock-get-clocked-time Date: Tue, 9 Jun 2009 16:45:03 -0400 Message-ID: <1244580303-25660-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME8C0-0002jY-RA for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 16:45:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME8Bx-0002i9-Ft for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 16:45:12 -0400 Received: from [199.232.76.173] (port=42952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME8Bx-0002i2-6R for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 16:45:09 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:55367) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ME8Bw-0005cK-Qo for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 16:45:09 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1ME8Bv-000NaL-Vn for emacs-orgmode@gnu.org; Tue, 09 Jun 2009 20:45:08 +0000 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 Cc: Bernt Hansen --- This patch series is available at git://git.norang.ca/org-mode for-carsten 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 ace7792..ad55bc1 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -355,7 +355,7 @@ If not, show simply the clocked time like 01:50." (force-mode-line-update)) (defun org-clock-get-clocked-time () - "Get the clocked time for the rrent item in minutes. + "Get the clocked time for the current item in minutes. The time returned includes the the time spent on this task in previous clocking intervals." (let ((currently-clocked-time -- 1.6.3.2.198.g6096d