From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Fix spelling on org-log-states-order-reversed Date: Wed, 3 Mar 2010 14:25:36 +0100 Message-ID: References: <1267621199-14243-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 (Apple Message framework v936) 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 1Nmoa5-00075p-Ik for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:25:41 -0500 Received: from [140.186.70.92] (port=50897 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nmoa4-00075W-Jb for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:25:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nmoa3-0004Ch-UW for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:25:40 -0500 Received: from ey-out-1920.google.com ([74.125.78.147]:54371) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nmoa3-0004Ca-Pv for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:25:39 -0500 Received: by ey-out-1920.google.com with SMTP id 26so286619eyw.34 for ; Wed, 03 Mar 2010 05:25:38 -0800 (PST) In-Reply-To: <1267621199-14243-1-git-send-email-bernt@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 Applied, thanks. - Carsten On Mar 3, 2010, at 1:59 PM, Bernt Hansen wrote: > --- > This patch is available at git://git.norang.ca/org-mode for-carsten > > lisp/org.el | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lisp/org.el b/lisp/org.el > index fd906f0..f957361 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -2145,8 +2145,8 @@ set." > :type 'boolean) > > (defcustom org-log-states-order-reversed t > - "Non-nil means the latest state change note will be directly > after heading. > -When nil, the notes will be orderer according to time." > + "Non-nil means the latest state change note will be directly > after the heading. > +When nil, the notes will be ordered according to time." > :group 'org-todo > :group 'org-progress > :type 'boolean) > -- > 1.7.0.90.g251a4 > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten