summaryrefslogtreecommitdiff
path: root/src/xfaces.c
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-02-01 06:57:16 +0100
committerStefan Kangas <stefan@marxist.se>2022-02-01 06:57:16 +0100
commit30ebb54410d18a4f782fe39d21c1941f9852ec8f (patch)
treefbcde4e1808baf184e235344830ef7e8688afb66 /src/xfaces.c
parent558c4dafa309445cd8ffc568303e2189f4effc03 (diff)
parent31ef751f94fd028d6f1c6bcdf379a8b99769a894 (diff)
downloademacs-30ebb54410d18a4f782fe39d21c1941f9852ec8f.tar.gz
Merge from origin/emacs-28
31ef751f94 Clarify documentation of a "face's font" 29bdedf12f Bind Qdebugger to Qdebug in signal_or_quit.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r--src/xfaces.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 6a279f87192..76ce6932023 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -4151,9 +4151,9 @@ If the optional argument FRAME is given, report on face FACE in that frame.
If FRAME is t, report on the defaults for face FACE (for new frames).
The font default for a face is either nil, or a list
of the form (bold), (italic) or (bold italic).
-If FRAME is omitted or nil, use the selected frame. And, in this case,
-if the optional third argument CHARACTER is given,
-return the font name used for CHARACTER. */)
+If FRAME is omitted or nil, use the selected frame.
+If FRAME is anything but t, and the optional third argument CHARACTER
+is given, return the font name used by FACE for CHARACTER on FRAME. */)
(Lisp_Object face, Lisp_Object frame, Lisp_Object character)
{
if (EQ (frame, Qt))