aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 3c1a87a314f..b6f07200bfb 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1001,12 +1001,18 @@ parameters of @var{frame} and their values. If @var{frame} is
1001@end defun 1001@end defun
1002 1002
1003@defun modify-frame-parameters frame alist 1003@defun modify-frame-parameters frame alist
1004This function alters the parameters of frame @var{frame} based on the 1004This function alters the frame @var{frame} based on the elements of
1005elements of @var{alist}. Each element of @var{alist} has the form 1005@var{alist}. Each element of @var{alist} has the form
1006@code{(@var{parm} . @var{value})}, where @var{parm} is a symbol naming a 1006@code{(@var{parm} . @var{value})}, where @var{parm} is a symbol naming
1007parameter. If you don't mention a parameter in @var{alist}, its value 1007a parameter. If you don't mention a parameter in @var{alist}, its
1008doesn't change. If @var{frame} is @code{nil}, it defaults to the selected 1008value doesn't change. If @var{frame} is @code{nil}, it defaults to
1009frame. 1009the selected frame.
1010
1011Some parameters are only meaningful for frames on certain kinds of
1012display (@pxref{Frames}). If @var{alist} includes parameters that are
1013not meaningful for the @var{frame}'s display, this function will
1014change its value in the frame's parameter list, but will otherwise
1015ignore it.
1010@end defun 1016@end defun
1011 1017
1012@defun set-frame-parameter frame parm value 1018@defun set-frame-parameter frame parm value