summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-12-19 19:44:52 +0200
committerEli Zaretskii <eliz@gnu.org>2016-12-19 19:44:52 +0200
commitb9690b4bce6033774c78aacb813d9dd11ddf7e74 (patch)
tree28b479ce6434e3ca17acbcc27f7a2db77fc923ed
parent229315c0e248fb921e986d28bcd20a7f83fe3109 (diff)
downloademacs-b9690b4bce6033774c78aacb813d9dd11ddf7e74.tar.gz
Document 'describe-fontset'
* doc/emacs/mule.texi (Fontsets): Document 'describe-fontset'. (Bug#25216)
-rw-r--r--doc/emacs/mule.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 882d75f5e61..a0925747ff2 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -1369,6 +1369,13 @@ Resources}).
characters the font does not cover. The standard fontset is only used if
explicitly requested, despite its name.
+@findex describe-fontset
+ To show the information about a specific fontset, use the
+@w{@kbd{M-x describe-fontset}} command. It prompts for a fontset
+name, defaulting to the one used by the current frame, and then
+displays all the subranges of characters and the fonts assigned to
+them in that fontset.
+
A fontset does not necessarily specify a font for every character
code. If a fontset specifies no font for a certain character, or if
it specifies a font that does not exist on your system, then it cannot