(Basic Parameters): For `title', refer to title bar.
This commit is contained in:
parent
101a6cea6a
commit
7f9e0c04a8
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
2007-12-28 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* frames.texi (Size Parameters): Fix typo.
|
||||
(Basic Parameters): For `title', refer to title bar.
|
||||
|
||||
2007-12-23 Richard Stallman <rms@gnu.org>
|
||||
|
||||
|
|
|
@ -362,12 +362,12 @@ in this frame. Its value is @code{color}, @code{grayscale} or
|
|||
@code{mono}.
|
||||
|
||||
@item title
|
||||
If a frame has a non-@code{nil} title, it appears in the window system's
|
||||
border for the frame, and also in the mode line of windows in that frame
|
||||
if @code{mode-line-frame-identification} uses @samp{%F}
|
||||
(@pxref{%-Constructs}). This is normally the case when Emacs is not
|
||||
using a window system, and can only display one frame at a time.
|
||||
@xref{Frame Titles}.
|
||||
If a frame has a non-@code{nil} title, it appears in the window
|
||||
system's title bar at the top of the frame, and also in the mode line
|
||||
of windows in that frame if @code{mode-line-frame-identification} uses
|
||||
@samp{%F} (@pxref{%-Constructs}). This is normally the case when
|
||||
Emacs is not using a window system, and can only display one frame at
|
||||
a time. @xref{Frame Titles}.
|
||||
|
||||
@item name
|
||||
The name of the frame. The frame name serves as a default for the frame
|
||||
|
|
Loading…
Add table
Reference in a new issue