From: Richard M. Stallman Date: Sun, 10 Apr 1994 00:38:14 +0000 (+0000) Subject: (Fx_list_fonts): Doc fix. X-Git-Tag: emacs-19.34~9070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=410d432151fc6380de8d698eac76888f5199475f;p=emacs.git (Fx_list_fonts): Doc fix. --- 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; {