]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_list_fonts): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 1994 00:38:14 +0000 (00:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 1994 00:38:14 +0000 (00:38 +0000)
src/xfns.c

index 86dcfdaa44cbcb870e01591d1b663ac1a49bed1e..aa824444dca06edc5585374ff8c9c62a668440a2 100644 (file)
@@ -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;
 {