]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/font.c (Ffont_info): Minor fix of doc string.
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Nov 2019 15:58:31 +0000 (17:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Nov 2019 15:58:31 +0000 (17:58 +0200)
src/font.c

index 156107e5897bf64fff5f9bc343fa23bced270928..8dfbfa0fac6c61cca3821a4c2b078d3cf5b9ba27 100644 (file)
@@ -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;