From: Eli Zaretskii Date: Sun, 3 Nov 2019 15:58:31 +0000 (+0200) Subject: ; * src/font.c (Ffont_info): Minor fix of doc string. X-Git-Tag: emacs-27.0.90~754 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c86424a182892db1e0216b9aa7e8389ae6f13de;p=emacs.git ; * src/font.c (Ffont_info): Minor fix of doc string. --- 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;