aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2011-07-02 16:14:57 +0200
committerLars Magne Ingebrigtsen <[email protected]>2011-07-02 16:14:57 +0200
commit8862ffd571fdd5c7a8d2983de341e73d9ed467de (patch)
treebd5db21440e740071ad599c66fcd4d237eb84b31 /doc/lispref/frames.texi
parent48e96771eb42027798fdb698f907147d008c9ed7 (diff)
* frames.texi (Basic Parameters): Document the `explicit-name'
parameter (bug#6951).
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index c513645617..ee765a7e1d 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