aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 23ccd6a8f41..a7e709f9221 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -764,7 +764,8 @@ Fontconfig fonts, you can use the @command{fc-list} command to list
764the available fixed-width fonts, like this: 764the available fixed-width fonts, like this:
765 765
766@example 766@example
767fc-list :spacing=mono fc-list :spacing=charcell 767fc-list :spacing=mono
768fc-list :spacing=charcell
768@end example 769@end example
769 770
770@noindent 771@noindent
@@ -772,7 +773,7 @@ For server-side X fonts, you can use the @command{xlsfonts} program to
772list the available fixed-width fonts, like this: 773list the available fixed-width fonts, like this:
773 774
774@example 775@example
775xlsfonts -fn '*x*' | egrep "^[0-9]+x[0-9]+" 776xlsfonts -fn '*x*' | grep -E '^[0-9]+x[0-9]+'
776xlsfonts -fn '*-*-*-*-*-*-*-*-*-*-*-m*' 777xlsfonts -fn '*-*-*-*-*-*-*-*-*-*-*-m*'
777xlsfonts -fn '*-*-*-*-*-*-*-*-*-*-*-c*' 778xlsfonts -fn '*-*-*-*-*-*-*-*-*-*-*-c*'
778@end example 779@end example