aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
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\
2601The return value is a list of strings, suitable as arguments to\n\ 2601The return value is a list of strings, suitable as arguments to\n\
2602set-face-font.\n\ 2602set-face-font.\n\
2603\n\ 2603\n\
2604The list does not include fonts Emacs can't use (i.e. proportional\n\ 2604Fonts Emacs can't use (i.e. proportional fonts) may or may not be excluded\n\
2605fonts), even if they match PATTERN and FACE.") 2605even 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{