From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix typo in org-submit-bug-report mail text Date: Tue, 1 Sep 2009 09:56:19 -0400 Message-ID: <1251813379-6905-1-git-send-email-bernt@norang.ca> References: <87bplusrb2.fsf@gollum.intra.norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiTqa-0005AT-1U for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 09:56:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiTqV-00059f-BQ for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 09:56:30 -0400 Received: from [199.232.76.173] (port=47987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiTqV-00059c-6C for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 09:56:27 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53221) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MiTqU-0000G0-Qm for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 09:56:26 -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 1MiTqT-000MVJ-T9 for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 13:56:26 +0000 In-Reply-To: <87bplusrb2.fsf@gollum.intra.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: emacs-orgmode@gnu.org Cc: Bernt Hansen --- This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c851dc1..113925f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15493,7 +15493,7 @@ such private information before sending the email.") list)) nil nil "Remember to cover the basics, that is, what you expected to happen and -what in fact did happen. You don't know hoe to make a good report? See +what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback -- 1.6.4.2.363.g2d6e