Mercurial > emacs
changeset 6783:3122395ded44
(Fx_list_fonts): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Apr 1994 00:38:14 +0000 |
parents | 5b07647ec8f7 |
children | d41c216ccd27 |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; {