# HG changeset patch # User Richard M. Stallman # Date 765938294 0 # Node ID 3122395ded44a3fbea319dd4de17d93a28463f7e # Parent 5b07647ec8f75d2d9860038e870baea137a67040 (Fx_list_fonts): Doc fix. diff -r 5b07647ec8f7 -r 3122395ded44 src/xfns.c --- a/src/xfns.c Sun Apr 10 00:23:58 1994 +0000 +++ b/src/xfns.c Sun Apr 10 00:38:14 1994 +0000 @@ -2601,8 +2601,8 @@ 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; {