1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-14 16:51:15 +00:00

org-e-texinfo: Correct typo in error message

* contrib/lisp/org-e-texinfo.el (org-e-texinfo-collect-errors):
Correct typo in error message.
This commit is contained in:
Thomas Dye 2012-11-10 16:41:54 -10:00 committed by Nicolas Goaziou
parent 4a7d1f7b9e
commit 2eaed05e70

View File

@ -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]")))