From 2e9a1d9c849405f479b426c3ba3c6d59730558c0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 27 Mar 2015 18:14:59 +0100 Subject: [PATCH] Fix code comment * lisp/org.el (org-fontify-entities): Fix comment. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 42579d800..288d5dd77 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -6458,7 +6458,7 @@ needs to be inserted at a specific position in the font-lock sequence.") (catch 'match ;; "\_ "-family is left out on purpose. Only the first one, ;; i.e., "\_ ", could be fontified anyway, and it would be - ;; confusing when adding more underscores. + ;; confusing when adding a second white space character. (while (re-search-forward "\\\\\\(there4\\|sup[123]\\|frac[13][24]\\|[a-zA-Z]+\\)\\($\\|{}\\|[^[:alpha:]\n]\\)" limit t)