aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-06-01 21:07:11 +0300
committerEli Zaretskii2019-06-01 21:07:11 +0300
commit7febfc5cdc3a11bc5d0657d509417b27ea07c344 (patch)
tree6a887e6a8fb145091701655c7125b79a4137e120
parenteeb54aa3e90a23ccd9bf2581a864f949814d428d (diff)
downloademacs-7febfc5cdc3a11bc5d0657d509417b27ea07c344.tar.gz
emacs-7febfc5cdc3a11bc5d0657d509417b27ea07c344.zip
; * src/font.c (Ffont_variation_glyphs): Doc fix.
-rw-r--r--src/font.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/font.c b/src/font.c
index f1cb7561070..6ab4923c3d2 100644
--- a/src/font.c
+++ b/src/font.c
@@ -4482,11 +4482,11 @@ GSTRING. */)
4482 4482
4483DEFUN ("font-variation-glyphs", Ffont_variation_glyphs, Sfont_variation_glyphs, 4483DEFUN ("font-variation-glyphs", Ffont_variation_glyphs, Sfont_variation_glyphs,
4484 2, 2, 0, 4484 2, 2, 0,
4485 doc: /* Return a list of variation glyphs for CHAR in FONT-OBJECT. 4485 doc: /* Return a list of variation glyphs for CHARACTER in FONT-OBJECT.
4486Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID), 4486Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID),
4487where 4487where
4488 VARIATION-SELECTOR is a character code of variation selection 4488 VARIATION-SELECTOR is a character code of variation selector
4489 (#xFE00..#xFE0F or #xE0100..#xE01EF) 4489 (#xFE00..#xFE0F or #xE0100..#xE01EF).
4490 GLYPH-ID is a glyph code of the corresponding variation glyph, 4490 GLYPH-ID is a glyph code of the corresponding variation glyph,
4491a fixnum, if it's small enough, otherwise a bignum. */) 4491a fixnum, if it's small enough, otherwise a bignum. */)
4492 (Lisp_Object font_object, Lisp_Object character) 4492 (Lisp_Object font_object, Lisp_Object character)