emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] harfbuzz 7febfc5: ; * src/font.c (Ffont_variation_glyphs):


From: Eli Zaretskii
Subject: [Emacs-diffs] harfbuzz 7febfc5: ; * src/font.c (Ffont_variation_glyphs): Doc fix.
Date: Sat, 1 Jun 2019 14:08:38 -0400 (EDT)

branch: harfbuzz
commit 7febfc5cdc3a11bc5d0657d509417b27ea07c344
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/font.c (Ffont_variation_glyphs): Doc fix.
---
 src/font.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/font.c b/src/font.c
index f1cb756..6ab4923 100644
--- a/src/font.c
+++ b/src/font.c
@@ -4482,11 +4482,11 @@ GSTRING.  */)
 
 DEFUN ("font-variation-glyphs", Ffont_variation_glyphs, Sfont_variation_glyphs,
        2, 2, 0,
-       doc: /* Return a list of variation glyphs for CHAR in FONT-OBJECT.
+       doc: /* Return a list of variation glyphs for CHARACTER in FONT-OBJECT.
 Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID),
 where
-  VARIATION-SELECTOR is a character code of variation selection
-    (#xFE00..#xFE0F or #xE0100..#xE01EF)
+  VARIATION-SELECTOR is a character code of variation selector
+    (#xFE00..#xFE0F or #xE0100..#xE01EF).
   GLYPH-ID is a glyph code of the corresponding variation glyph,
 a fixnum, if it's small enough, otherwise a bignum.  */)
   (Lisp_Object font_object, Lisp_Object character)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]