From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix typo in org remember templates description Date: Sun, 10 Feb 2008 00:49:22 +0000 Message-ID: <87fxw13ab1.fsf@bzg.ath.cx> References: <87ir0xpzvx.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 1JO0Nt-000146-4w for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 19:49:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JO0Nr-00013q-4Q for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 19:49:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JO0Nq-00013n-V8 for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 19:49:26 -0500 Received: from hu-out-0506.google.com ([72.14.214.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JO0Nq-0005xF-MD for emacs-orgmode@gnu.org; Sat, 09 Feb 2008 19:49:26 -0500 Received: by hu-out-0506.google.com with SMTP id 23so6674394huc.1 for ; Sat, 09 Feb 2008 16:49:25 -0800 (PST) In-Reply-To: <87ir0xpzvx.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Sat, 09 Feb 2008 16:45:54 -0500") 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 in the git repo, thanks. Bernt Hansen writes: > you -> your > --- > org.texi | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/org.texi b/org.texi > index 1c1f407..25b46d5 100644 > --- a/org.texi > +++ b/org.texi > @@ -4573,7 +4573,7 @@ To place the cursor after template expansion use: > @end example > > @noindent > -If you change you mind about which template to use, call > +If you change your mind about which template to use, call > @code{org-remember} in the remember buffer. You may then select a new > template that will be filled with the previous context information. -- Bastien