Browse Source

Fix code comment

* lisp/org.el (org-fontify-entities): Fix comment.
Nicolas Goaziou 10 năm trước cách đây
mục cha
commit
2e9a1d9c84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -6458,7 +6458,7 @@ needs to be inserted at a specific position in the font-lock sequence.")
       (catch 'match
       (catch 'match
 	;; "\_ "-family is left out on purpose.  Only the first one,
 	;; "\_ "-family is left out on purpose.  Only the first one,
 	;; i.e., "\_ ", could be fontified anyway, and it would be
 	;; 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
 	(while (re-search-forward
 		"\\\\\\(there4\\|sup[123]\\|frac[13][24]\\|[a-zA-Z]+\\)\\($\\|{}\\|[^[:alpha:]\n]\\)"
 		"\\\\\\(there4\\|sup[123]\\|frac[13][24]\\|[a-zA-Z]+\\)\\($\\|{}\\|[^[:alpha:]\n]\\)"
 		limit t)
 		limit t)