From: Eli Zaretskii Date: Sun, 2 Jun 2019 14:40:18 +0000 (+0300) Subject: ; * src/hbfont.c (hbfont_shape): Fix a typo in a comment. X-Git-Tag: emacs-27.0.90~2671^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de9cdc1187e147462431dd89c0790d0de7c7c217;p=emacs.git ; * src/hbfont.c (hbfont_shape): Fix a typo in a comment. --- 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);