diff options
| author | Eli Zaretskii | 2019-11-03 17:58:31 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-11-03 17:58:31 +0200 |
| commit | 3c86424a182892db1e0216b9aa7e8389ae6f13de (patch) | |
| tree | 46c662ec927a6bee8c1664cb3faad72ca22f2f06 /src | |
| parent | 5c8375bd681a7819e536dda84d63fb950595967d (diff) | |
| download | emacs-3c86424a182892db1e0216b9aa7e8389ae6f13de.tar.gz emacs-3c86424a182892db1e0216b9aa7e8389ae6f13de.zip | |
; * src/font.c (Ffont_info): Minor fix of doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 4 |
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 | |||
| 5127 | FEATURE is a symbol representing OpenType feature tag. | 5127 | FEATURE is a symbol representing OpenType feature tag. |
| 5128 | 5128 | ||
| 5129 | If the font is not an OpenType font, there are no elements | 5129 | If the font is not an OpenType font, there are no elements |
| 5130 | in CAPABILITY except the font format symbol. */) | 5130 | in CAPABILITY except the font format symbol. |
| 5131 | |||
| 5132 | If the named font cannot be opened and loaded, return nil. */) | ||
| 5131 | (Lisp_Object name, Lisp_Object frame) | 5133 | (Lisp_Object name, Lisp_Object frame) |
| 5132 | { | 5134 | { |
| 5133 | struct frame *f; | 5135 | struct frame *f; |