aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-10 00:38:14 +0000
committerRichard M. Stallman1994-04-10 00:38:14 +0000
commit410d432151fc6380de8d698eac76888f5199475f (patch)
tree3ed2fcb1bd5200b72e8dbd9844059e0443d8f4c5 /src
parent72654a3c97526b36ec6f1154edcb21ca8fd386d4 (diff)
downloademacs-410d432151fc6380de8d698eac76888f5199475f.tar.gz
emacs-410d432151fc6380de8d698eac76888f5199475f.zip
(Fx_list_fonts): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files 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\
2601The return value is a list of strings, suitable as arguments to\n\ 2601The return value is a list of strings, suitable as arguments to\n\
2602set-face-font.\n\ 2602set-face-font.\n\
2603\n\ 2603\n\
2604The list does not include fonts Emacs can't use (i.e. proportional\n\ 2604Fonts Emacs can't use (i.e. proportional fonts) may or may not be excluded\n\
2605fonts), even if they match PATTERN and FACE.") 2605even if they match PATTERN and FACE.")
2606 (pattern, face, frame) 2606 (pattern, face, frame)
2607 Lisp_Object pattern, face, frame; 2607 Lisp_Object pattern, face, frame;
2608{ 2608{