emacs-diffs
[Top][All Lists]
Advanced

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

master 3c86424: ; * src/font.c (Ffont_info): Minor fix of doc string.


From: Eli Zaretskii
Subject: master 3c86424: ; * src/font.c (Ffont_info): Minor fix of doc string.
Date: Sun, 3 Nov 2019 10:58:58 -0500 (EST)

branch: master
commit 3c86424a182892db1e0216b9aa7e8389ae6f13de
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * 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 156107e..8dfbfa0 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;



reply via email to

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