From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: patch for doc string typos in org-mobile.el Date: Tue, 28 Jun 2011 11:56:23 +0200 Message-ID: <877h86mg8o.fsf@gnu.org> References: <14152.1309251445@maps> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbV1Q-0006rD-Uf for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 05:55:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbV1P-00056B-1Z for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 05:55:56 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:54256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbV1O-000565-HI for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 05:55:54 -0400 Received: by wwi14 with SMTP id 14so2780921wwi.0 for ; Tue, 28 Jun 2011 02:55:53 -0700 (PDT) In-Reply-To: <14152.1309251445@maps> (Stephen Eglen's message of "Tue, 28 Jun 2011 09:57:25 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stephen Eglen Cc: emacs-orgmode@gnu.org Hi Stephen, Stephen Eglen writes: > --- org-mobile.el~ 2010-04-03 23:26:09.000000000 +0100 > +++ org-mobile.el 2011-06-28 09:47:17.000000000 +0100 > @@ -86,12 +86,12 @@ > :type 'file) > > (defcustom org-mobile-force-id-on-agenda-items t > - "Non-nil means make all agenda items carry and ID." > + "Non-nil means make all agenda items carry an ID." > :group 'org-mobile > :type 'boolean) > > (defcustom org-mobile-force-mobile-change nil > - "Non-nil means, force the change made on the mobile device. > + "Non-nil means force the change made on the mobile device. > So even if there have been changes to the computer version of the entry, > force the new value set on the mobile. > When nil, mark the entry from the mobile with an error message. The patch doesn't apply, these typos have been fixed long ago I guess. Please always try to test your patches against the latest git version of Org! Thanks, -- Bastien