aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-05-23 11:01:09 +0300
committerEli Zaretskii2020-05-23 11:01:09 +0300
commitc7737d40f2ae9f8459508e9d07cd7aa5f1ea78b6 (patch)
tree88f12a92577c42032e8980a12470158c1881f0c8
parentfb2e34cd2155cbaaf945d8cd167b600b55b9edff (diff)
downloademacs-c7737d40f2ae9f8459508e9d07cd7aa5f1ea78b6.tar.gz
emacs-c7737d40f2ae9f8459508e9d07cd7aa5f1ea78b6.zip
; * etc/TODO (Ligatures): Update the entry based on recent discussions.
-rw-r--r--etc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/TODO b/etc/TODO
index c11848e0c5d..0f908def768 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -233,7 +233,7 @@ font glyphs to display that text. However, doing this is impossible
233with the current design of the Emacs display engine, since it examines 233with the current design of the Emacs display engine, since it examines
234buffer text one character at a time, and implements character 234buffer text one character at a time, and implements character
235composition by calls to Lisp, which makes doing this for every 235composition by calls to Lisp, which makes doing this for every
236character impractically slow. therefore, the rest of this item 236character impractically slow. Therefore, the rest of this item
237describes a limited form of ligature support which is compatible with 237describes a limited form of ligature support which is compatible with
238the current display engine design and uses automatic compositions.) 238the current display engine design and uses automatic compositions.)
239 239