From 3c86424a182892db1e0216b9aa7e8389ae6f13de Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 3 Nov 2019 17:58:31 +0200 Subject: [PATCH] ; * src/font.c (Ffont_info): Minor fix of doc string. --- src/font.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/font.c b/src/font.c index 156107e5897..8dfbfa0fac6 100644 --- a/src/font.c +++ b/src/font.c @@ -5127,7 +5127,9 @@ where FEATURE is a symbol representing OpenType feature tag. If the font is not an OpenType font, there are no elements - in CAPABILITY except the font format symbol. */) + in CAPABILITY except the font format symbol. + +If the named font cannot be opened and loaded, return nil. */) (Lisp_Object name, Lisp_Object frame) { struct frame *f; -- 2.39.5