From 410d432151fc6380de8d698eac76888f5199475f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 10 Apr 1994 00:38:14 +0000 Subject: [PATCH] (Fx_list_fonts): Doc fix. --- src/xfns.c | 4 ++-- 1 file 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\ The return value is a list of strings, suitable as arguments to\n\ set-face-font.\n\ \n\ -The list does not include fonts Emacs can't use (i.e. proportional\n\ -fonts), even if they match PATTERN and FACE.") +Fonts Emacs can't use (i.e. proportional fonts) may or may not be excluded\n\ +even if they match PATTERN and FACE.") (pattern, face, frame) Lisp_Object pattern, face, frame; { -- 2.39.5