diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index 86dcfdaa44c..aa824444dca 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2601,8 +2601,8 @@ FACE is a face name - a symbol.\n\ | |||
| 2601 | The return value is a list of strings, suitable as arguments to\n\ | 2601 | The return value is a list of strings, suitable as arguments to\n\ |
| 2602 | set-face-font.\n\ | 2602 | set-face-font.\n\ |
| 2603 | \n\ | 2603 | \n\ |
| 2604 | The list does not include fonts Emacs can't use (i.e. proportional\n\ | 2604 | Fonts Emacs can't use (i.e. proportional fonts) may or may not be excluded\n\ |
| 2605 | fonts), even if they match PATTERN and FACE.") | 2605 | even if they match PATTERN and FACE.") |
| 2606 | (pattern, face, frame) | 2606 | (pattern, face, frame) |
| 2607 | Lisp_Object pattern, face, frame; | 2607 | Lisp_Object pattern, face, frame; |
| 2608 | { | 2608 | { |