diff options
| author | Lars Magne Ingebrigtsen | 2011-07-02 15:17:06 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-02 15:17:06 +0200 |
| commit | 6e560c713408d95269e14c879ad3b0b59b536df9 (patch) | |
| tree | c3880a537e7964465314d94001f09480427e9b37 | |
| parent | 36cb87a1f49b96361c2b807253f5858c88aabead (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 5 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-07-01 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-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 | |||
| 689 | X}. | 689 | X}. |
| 690 | @end itemize | 690 | @end itemize |
| 691 | 691 | ||
| 692 | To check what font you're currently using, the @kbd{C-u C-x =} | ||
| 693 | command can be helpful. It'll describe the character under point, and | ||
| 694 | also say what font it's rendered in, if the window system you're | ||
| 695 | running 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 |
| 694 | first is to use a @dfn{Fontconfig pattern}. Fontconfig patterns have | 699 | first is to use a @dfn{Fontconfig pattern}. Fontconfig patterns have |