summaryrefslogtreecommitdiff
path: root/src/font.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-11-03 17:58:31 +0200
committerEli Zaretskii <eliz@gnu.org>2019-11-03 17:58:31 +0200
commit3c86424a182892db1e0216b9aa7e8389ae6f13de (patch)
tree46c662ec927a6bee8c1664cb3faad72ca22f2f06 /src/font.c
parent5c8375bd681a7819e536dda84d63fb950595967d (diff)
downloademacs-3c86424a182892db1e0216b9aa7e8389ae6f13de.tar.gz
; * src/font.c (Ffont_info): Minor fix of doc string.
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c4
1 files changed, 3 insertions, 1 deletions
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;