aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-02 15:17:06 +0200
committerLars Magne Ingebrigtsen2011-07-02 15:17:06 +0200
commit6e560c713408d95269e14c879ad3b0b59b536df9 (patch)
treec3880a537e7964465314d94001f09480427e9b37
parent36cb87a1f49b96361c2b807253f5858c88aabead (diff)
downloademacs-6e560c713408d95269e14c879ad3b0b59b536df9.tar.gz
emacs-6e560c713408d95269e14c879ad3b0b59b536df9.zip
* frames.texi (Fonts): Mention "C-u C-x =" to find out what font
you're currently using. Fixes: debbugs:8489
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/frames.texi5
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index f02910f6b09..c1da9a1078c 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
4 you're currently using (bug#8489).
5
12011-07-01 Eli Zaretskii <eliz@gnu.org> 62011-07-01 Eli Zaretskii <eliz@gnu.org>
2 7
3 * mule.texi (Coding Systems): Move index entries from the previous 8 * mule.texi (Coding Systems): Move index entries from the previous
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 298a7d4598b..633b65251e4 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -689,6 +689,11 @@ Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font
689X}. 689X}.
690@end itemize 690@end itemize
691 691
692To check what font you're currently using, the @kbd{C-u C-x =}
693command can be helpful. It'll describe the character under point, and
694also say what font it's rendered in, if the window system you're
695running under supports that.
696
692@cindex fontconfig 697@cindex fontconfig
693 On X, there are four different ways to express a ``font name''. The 698 On X, there are four different ways to express a ``font name''. The
694first is to use a @dfn{Fontconfig pattern}. Fontconfig patterns have 699first is to use a @dfn{Fontconfig pattern}. Fontconfig patterns have