From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [patch] Typo in org-e-texinfo.el Date: Sat, 10 Nov 2012 16:44:52 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXNY5-0007tl-Ln for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 21:45:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXNY2-0006TP-JT for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 21:45:25 -0500 Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:57353) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TXNY2-0006T5-9q for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 21:45:22 -0500 Received: from [98.155.255.145] (port=49214 helo=poto.local) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1TXNXc-000748-7z for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 19:44:58 -0700 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: Org-mode --=-=-= Content-Type: text/plain Aloha, Patch attached. Tom --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-contrib-lisp-org-e-texinfo.el-Correct-typo-in-error-.patch Content-Description: patch >From f615b7727b5e95df68f84ad22ff86f2e9722bef2 Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Sat, 10 Nov 2012 16:41:54 -1000 Subject: [PATCH] * contrib/lisp/org-e-texinfo.el: Correct typo in error message --- contrib/lisp/org-e-texinfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-e-texinfo.el b/contrib/lisp/org-e-texinfo.el index 6eb536e..6e5730d 100644 --- a/contrib/lisp/org-e-texinfo.el +++ b/contrib/lisp/org-e-texinfo.el @@ -1749,7 +1749,7 @@ none." (errors "")) (when (save-excursion (re-search-forward "perhaps incorrect sectioning?" nil t)) - (setq errors (concat errors " [incorrect sectionnng]"))) + (setq errors (concat errors " [incorrect sectioning]"))) (when (save-excursion (re-search-forward "missing close brace" nil t)) (setq errors (concat errors " [syntax error]"))) -- 1.8.0 --=-=-= Content-Type: text/plain -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com --=-=-=--