]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Basic Parameters): Document the `explicit-name'
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 14:14:57 +0000 (16:14 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 14:14:57 +0000 (16:14 +0200)
parameter (bug#6951).

doc/lispref/ChangeLog
doc/lispref/frames.texi

index d458dcc207a5dad69552fc424d53ca8cfd4de0b9..7470df8dbe7158d3b6b52fe71ae6d296b80c46d2 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * frames.texi (Basic Parameters): Document the `explicit-name'
+       parameter (bug#6951).
+
        * customize.texi (Type Keywords): Clarify that :value provides a
        default value for all types (bug#7386).
 
index c5136456177a868d1018f9b7775398f25b5c5ef2..ee765a7e1d08984d6b2abc9e3d49a3248419d143 100644 (file)
@@ -520,6 +520,11 @@ you don't specify a name, Emacs sets the frame name automatically
 If you specify the frame name explicitly when you create the frame, the
 name is also used (instead of the name of the Emacs executable) when
 looking up X resources for the frame.
+
+@item explicit-name
+If the frame name was specified explicitly when the frame was created,
+this parameter will be that name.  If the frame wasn't explicitly
+named, this parameter will be @code{nil}.
 @end table
 
 @node Position Parameters