From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix minor spelling typos Date: Thu, 01 Oct 2009 15:21:01 -0400 Message-ID: <87my4azzs2.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 1MtRDB-0002Tx-E9 for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 15:21:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtRD7-0002PV-HH for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 15:21:09 -0400 Received: from [199.232.76.173] (port=60070 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtRD7-0002PI-9c for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 15:21:05 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:49160) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtRD6-0000L5-Ua for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 15:21:05 -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 1MtRD5-000IHP-Vz for emacs-orgmode@gnu.org; Thu, 01 Oct 2009 19:21:04 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id n91JL2cv009197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 1 Oct 2009 15:21:03 -0400 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id n91JL2Cm021138 for ; Thu, 1 Oct 2009 15:21:02 -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: emacs-orgmode@gnu.org --- lisp/org-agenda.el | 2 +- lisp/org-clock.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index b7830d0..7c59b37 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1684,7 +1684,7 @@ M Like `m', but select only TODO entries, no ordinary headlines. L Create a timeline for the current buffer. e Export views to associated files. s Search entries for keywords. -/ Multi occur accros all agenda files and also files listed +/ Multi occur across all agenda files and also files listed in `org-agenda-text-search-extra-files'. < Restrict agenda commands to buffer, subtree, or region. Press several times to get the desired effect. diff --git a/lisp/org-clock.el b/lisp/org-clock.el index 0aba27a..455fc1c 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -183,7 +183,7 @@ current Only the time in the current instance of the clock today All time clocked inot this task today repeat All time clocked into this task since last repeat all All time ever recorded for this task -auto Automtically, either `all', or `repeat' for repeating tasks" +auto Automatically, either `all', or `repeat' for repeating tasks" :group 'org-clock :type '(choice (const :tag "Current clock" current) -- 1.6.5.rc1.19.g8426