emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104873: * frames.texi (Basic Paramet


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104873: * frames.texi (Basic Parameters): Document the `explicit-name'
Date: Sat, 02 Jul 2011 16:14:57 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104873
fixes bug(s): http://debbugs.gnu.org/6951
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 16:14:57 +0200
message:
  * frames.texi (Basic Parameters): Document the `explicit-name'
  parameter (bug#6951).
modified:
  doc/lispref/ChangeLog
  doc/lispref/frames.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-07-02 13:36:11 +0000
+++ b/doc/lispref/ChangeLog     2011-07-02 14:14:57 +0000
@@ -1,5 +1,8 @@
 2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi   2011-05-19 06:54:27 +0000
+++ b/doc/lispref/frames.texi   2011-07-02 14:14:57 +0000
@@ -520,6 +520,11 @@
 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.
+
address@hidden 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


reply via email to

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