emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/frames.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/frames.texi,v
Date: Wed, 15 Oct 2008 12:22:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/15 12:22:07

Index: frames.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/frames.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- frames.texi 13 Oct 2008 10:39:26 -0000      1.10
+++ frames.texi 15 Oct 2008 12:22:07 -0000      1.11
@@ -98,6 +98,12 @@
 default from the standard X resources or whatever is used instead on
 your system.
 
+After the frame is created, this function applies to it the
+parameters, if any, listed in the value of
address@hidden (see below) and not present in the
+argument, taking the values from the frame that was selected when
address@hidden was called.
+
 The set of possible parameters depends in principle on what kind of
 window system Emacs uses to display its frames.  @xref{Window Frame
 Parameters}, for documentation of individual parameters you can specify.
@@ -120,6 +126,15 @@
 frame just created.
 @end defvar
 
address@hidden frame-inherited-parameters
+This variable specifies the list of frame parameters that a newly
+created frame inherits from the currently selected frame.  For each
+parameter (a symbol) that is an element in the list and is not present
+in the argument to @code{make-frame}, the function sets the value of
+that parameter in the created frame to its value in the selected
+frame.
address@hidden defvar
+
 @node Multiple Displays
 @section Multiple Displays
 @cindex multiple X displays
@@ -258,6 +273,12 @@
 variables, see @ref{Frame-Local Variables}.
 @end defun
 
address@hidden set-frame-parameter frame parm value
+This function sets the the frame parameter @var{parm} to the specified
address@hidden  If @var{frame} is @code{nil}, it defaults to the
+selected frame.
address@hidden defun
+
 @defun modify-all-frames-parameters alist
 This function alters the frame parameters of all existing frames
 according to @var{alist}, then modifies @code{default-frame-alist}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]