diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-06-01 19:12:58 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-01 19:12:58 +0300 |
commit | a1f26686d499fbd7363a5fd638252266e895a726 (patch) | |
tree | 380e08d1aad17eeeb3c66cf4b653198166288a31 /src | |
parent | abb9c62e1dbb3abaf1ac3043b1ad764c0ed5eaab (diff) | |
download | emacs-a1f26686d499fbd7363a5fd638252266e895a726.tar.gz |
; * src/hbfont.c: Fix commentary.
Diffstat (limited to 'src')
-rw-r--r-- | src/hbfont.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hbfont.c b/src/hbfont.c index 392414e9109..10eed691aed 100644 --- a/src/hbfont.c +++ b/src/hbfont.c @@ -260,9 +260,7 @@ get_hb_unicode_funcs (void) return funcs; } -/* HarfBuzz implementation of shape for font backend. See the - commentary before uniscribe_shape for the meaning of the - arguments. +/* HarfBuzz implementation of shape for font backend. Shape text in LGSTRING. See the docstring of 'composition-get-gstring' for the format of LGSTRING. If the |