* [patch] Typo in org-e-texinfo.el
@ 2012-11-11 2:44 Thomas S. Dye
2012-11-11 9:11 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Thomas S. Dye @ 2012-11-11 2:44 UTC (permalink / raw)
To: Org-mode
[-- Attachment #1: Type: text/plain, Size: 30 bytes --]
Aloha,
Patch attached.
Tom
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 903 bytes --]
From f615b7727b5e95df68f84ad22ff86f2e9722bef2 Mon Sep 17 00:00:00 2001
From: Thomas Dye <tsd@tsdye.com>
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
[-- Attachment #3: Type: text/plain, Size: 147 bytes --]
--
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-11 9:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-11 2:44 [patch] Typo in org-e-texinfo.el Thomas S. Dye
2012-11-11 9:11 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.