From: Eli Zaretskii Date: Sun, 5 Jun 2022 14:08:49 +0000 (+0300) Subject: ; * lisp/international/fontset.el (setup-default-fontset): Fix comment. X-Git-Tag: emacs-29.0.90~1910^2~217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac6660a2d026e89214814768990d0d232f0a9d06;p=emacs.git ; * lisp/international/fontset.el (setup-default-fontset): Fix comment. --- diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index d07619cd80c..44421a96da2 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -974,9 +974,10 @@ (set-fontset-font "fontset-default" 'emoji '("Noto Color Emoji" . "iso10646-1") nil 'prepend) - ;; This allows the display of tamil supplement characters. As these characters - ;; are pretty simple and do not need reordering, ligatures, vowel signs, virama - ;; etc. tml2 or other OTF tags are not needed here. + ;; This supports the display of Tamil Supplement characters. As + ;; these characters are pretty simple and do not need reordering, + ;; ligatures, vowel signs, virama etc., neither tml2 nor other OTF + ;; features are needed here. (set-fontset-font "fontset-default" '(#x11FC0 . #x11FFF) '("Noto Sans Tamil Supplement" . "iso10646-1") nil 'append)