From 7f9e0c04a8dd93aa96f3031a8213e79aa53959e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Dec 2007 03:19:04 +0000 Subject: [PATCH] (Basic Parameters): For `title', refer to title bar. --- lispref/ChangeLog | 1 + lispref/frames.texi | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c959325ba28..682e439a6db 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,6 +1,7 @@ 2007-12-28 Richard Stallman * frames.texi (Size Parameters): Fix typo. + (Basic Parameters): For `title', refer to title bar. 2007-12-23 Richard Stallman diff --git a/lispref/frames.texi b/lispref/frames.texi index 43329eff840..8153c69dc20 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -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 -- 2.39.2