aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 46f19ff82ac..5787abb5281 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -7446,7 +7446,10 @@ FRAMES should be nil (the selected frame), a frame, or a list of
7446frames (each of which corresponds to one page). Each frame should be 7446frames (each of which corresponds to one page). Each frame should be
7447visible. Optional arg TYPE should be either `pdf' (default), `png', 7447visible. Optional arg TYPE should be either `pdf' (default), `png',
7448`postscript', or `svg'. Supported types are determined by the 7448`postscript', or `svg'. Supported types are determined by the
7449compile-time configuration of cairo. */) 7449compile-time configuration of cairo.
7450
7451Note: Text drawn with the `x' font backend is shown with hollow boxes
7452unless TYPE is `png'. */)
7450 (Lisp_Object frames, Lisp_Object type) 7453 (Lisp_Object frames, Lisp_Object type)
7451{ 7454{
7452 Lisp_Object rest, tmp; 7455 Lisp_Object rest, tmp;
@@ -7548,7 +7551,9 @@ DEFUN ("x-print-frames-dialog", Fx_print_frames_dialog, Sx_print_frames_dialog,
7548 doc: /* Pop up a print dialog to print the current contents of FRAMES. 7551 doc: /* Pop up a print dialog to print the current contents of FRAMES.
7549FRAMES should be nil (the selected frame), a frame, or a list of 7552FRAMES should be nil (the selected frame), a frame, or a list of
7550frames (each of which corresponds to one page). Each frame should be 7553frames (each of which corresponds to one page). Each frame should be
7551visible. */) 7554visible.
7555
7556Note: Text drawn with the `x' font backend is shown with hollow boxes. */)
7552 (Lisp_Object frames) 7557 (Lisp_Object frames)
7553{ 7558{
7554 Lisp_Object rest, tmp; 7559 Lisp_Object rest, tmp;