* frames.texi (Basic Parameters): Document the `explicit-name'
parameter (bug#6951).
This commit is contained in:
parent
48e96771eb
commit
8862ffd571
2 changed files with 8 additions and 0 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue