diff options
| author | Lars Magne Ingebrigtsen | 2011-07-02 16:14:57 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-02 16:14:57 +0200 |
| commit | 8862ffd571fdd5c7a8d2983de341e73d9ed467de (patch) | |
| tree | bd5db21440e740071ad599c66fcd4d237eb84b31 | |
| parent | 48e96771eb42027798fdb698f907147d008c9ed7 (diff) | |
| download | emacs-8862ffd571fdd5c7a8d2983de341e73d9ed467de.tar.gz emacs-8862ffd571fdd5c7a8d2983de341e73d9ed467de.zip | |
* frames.texi (Basic Parameters): Document the `explicit-name'
parameter (bug#6951).
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 5 |
2 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * frames.texi (Basic Parameters): Document the `explicit-name' | ||
| 4 | parameter (bug#6951). | ||
| 5 | |||
| 3 | * customize.texi (Type Keywords): Clarify that :value provides a | 6 | * customize.texi (Type Keywords): Clarify that :value provides a |
| 4 | default value for all types (bug#7386). | 7 | default value for all types (bug#7386). |
| 5 | 8 | ||
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 | |||
| 520 | If you specify the frame name explicitly when you create the frame, the | 520 | If you specify the frame name explicitly when you create the frame, the |
| 521 | name is also used (instead of the name of the Emacs executable) when | 521 | name is also used (instead of the name of the Emacs executable) when |
| 522 | looking up X resources for the frame. | 522 | looking up X resources for the frame. |
| 523 | |||
| 524 | @item explicit-name | ||
| 525 | If the frame name was specified explicitly when the frame was created, | ||
| 526 | this parameter will be that name. If the frame wasn't explicitly | ||
| 527 | named, this parameter will be @code{nil}. | ||
| 523 | @end table | 528 | @end table |
| 524 | 529 | ||
| 525 | @node Position Parameters | 530 | @node Position Parameters |