; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.

This commit is contained in:
Eli Zaretskii 2019-06-02 17:40:18 +03:00
parent 295572c6f6
commit de9cdc1187

View file

@ -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);