about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--font.subx2
-rw-r--r--html/font.subx.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/font.subx b/font.subx
index d8dbfff0..8c840a7e 100644
--- a/font.subx
+++ b/font.subx
@@ -1,4 +1,4 @@
-# Bitmaps for selected graphemes
+# Bitmaps for selected Unicode code points
 # Part of GNU Unifont
 # Based on http://unifoundry.com/pub/unifont/unifont-13.0.05/font-builds/unifont-13.0.05.hex.gz
 # See https://en.wikipedia.org/wiki/GNU_Unifont#The_.hex_font_format
diff --git a/html/font.subx.html b/html/font.subx.html
index b7079124..91884866 100644
--- a/html/font.subx.html
+++ b/html/font.subx.html
@@ -52,7 +52,7 @@ if ('onhashchange' in window) {
 <body onload='JumpToLine();'>
 <a href='https://github.com/akkartik/mu/blob/main/font.subx'>https://github.com/akkartik/mu/blob/main/font.subx</a>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr">    1 </span><span class="subxComment"># Bitmaps for selected graphemes</span>
+<span id="L1" class="LineNr">    1 </span><span class="subxComment"># Bitmaps for selected Unicode code points</span>
 <span id="L2" class="LineNr">    2 </span><span class="subxComment"># Part of GNU Unifont</span>
 <span id="L3" class="LineNr">    3 </span><span class="subxComment"># Based on <a href="http://unifoundry.com/pub/unifont/unifont-13.0.05/font-builds/unifont-13.0.05.hex.gz">http://unifoundry.com/pub/unifont/unifont-13.0.05/font-builds/unifont-13.0.05.hex.gz</a></span>
 <span id="L4" class="LineNr">    4 </span><span class="subxComment"># See <a href="https://en.wikipedia.org/wiki/GNU_Unifont#The_.hex_font_format">https://en.wikipedia.org/wiki/GNU_Unifont#The_.hex_font_format</a></span>