diff options
| -rw-r--r-- | etc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -233,7 +233,7 @@ font glyphs to display that text. However, doing this is impossible | |||
| 233 | with the current design of the Emacs display engine, since it examines | 233 | with the current design of the Emacs display engine, since it examines |
| 234 | buffer text one character at a time, and implements character | 234 | buffer text one character at a time, and implements character |
| 235 | composition by calls to Lisp, which makes doing this for every | 235 | composition by calls to Lisp, which makes doing this for every |
| 236 | character impractically slow. therefore, the rest of this item | 236 | character impractically slow. Therefore, the rest of this item |
| 237 | describes a limited form of ligature support which is compatible with | 237 | describes a limited form of ligature support which is compatible with |
| 238 | the current display engine design and uses automatic compositions.) | 238 | the current display engine design and uses automatic compositions.) |
| 239 | 239 | ||