diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-06-02 17:40:18 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-02 17:40:18 +0300 |
commit | de9cdc1187e147462431dd89c0790d0de7c7c217 (patch) | |
tree | d030733c66f66e50ac9eb74b8b2a792ef3dde21f /src/hbfont.c | |
parent | 295572c6f603c7150f68f3a7479fb0969b2f86d0 (diff) | |
download | emacs-de9cdc1187e147462431dd89c0790d0de7c7c217.tar.gz |
; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.
Diffstat (limited to 'src/hbfont.c')
-rw-r--r-- | src/hbfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hbfont.c b/src/hbfont.c index 88767c30afe..5923efd488d 100644 --- a/src/hbfont.c +++ b/src/hbfont.c @@ -362,7 +362,7 @@ hbfont_shape (Lisp_Object lgstring, Lisp_Object direction) FIXME: maybe drop this guessing once script and language handling is fixed above; but then will need to guess the direction by - ourselves, perhaps by looking at the the characters using + ourselves, perhaps by looking at the characters using bidi_get_type or somesuch. */ hb_buffer_guess_segment_properties (hb_buffer); |