From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 14:14:57 +0000 (+0200) Subject: * frames.texi (Basic Parameters): Document the `explicit-name' X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8862ffd571fdd5c7a8d2983de341e73d9ed467de;p=emacs.git * frames.texi (Basic Parameters): Document the `explicit-name' parameter (bug#6951). --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d458dcc207a..7470df8dbe7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2011-07-02 Lars Magne Ingebrigtsen + * 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). diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index c5136456177..ee765a7e1d0 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -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