emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 332f816: Quote “fullboth” when defining it


From: Paul Eggert
Subject: [Emacs-diffs] master 332f816: Quote “fullboth” when defining it
Date: Tue, 15 Sep 2015 19:12:28 +0000

branch: master
commit 332f816df1811e00d86f19e3cf01b7d2f80db2ac
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Quote “fullboth” when defining it
    
    * doc/lispref/frames.texi (Size Parameters): Use @dfn for “fullboth”
    and rewrite the containing paragraph, which was awkward.  (Bug#21472).
---
 doc/lispref/frames.texi |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index db8ac75..2822291 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1277,18 +1277,19 @@ the @code{user-position} parameter (@pxref{Position 
Parameters,
 user-position}) does for the position parameters @code{top} and
 @code{left}.
 
address@hidden full-screen frames
address@hidden fullboth frames
address@hidden fullheight frames
address@hidden fullwidth frames
address@hidden maximized frames
 @vindex fullscreen, a frame parameter
 @item fullscreen
-Specify that width, height or both shall be maximized.  The value
address@hidden specifies that width shall be as wide as possible.  The
-value @code{fullheight} specifies that height shall be as tall as
-possible.  The value @code{fullboth} specifies that both the width and
-the height shall be set to the size of the screen.  The value
address@hidden specifies that the frame shall be maximized.
-
-The difference between @code{maximized} and @code{fullboth} is that a
-maximized frame usually keeps its title bar and the buttons for resizing
+This parameter specifies whether to maximize the frame’s width, height
+or both.  Its value can be @code{fullwidth}, @code{fullheight},
address@hidden, or @code{maximized}.  A @dfn{fullwidth} frame is as
+wide as possible, a @dfn{fulleight} frame is as tall as possible, and
+a @dfn{fullboth} frame is both as wide and as tall as possible.  A
address@hidden frame is like a fullboth frame, except that it usually
+keeps its title bar and the buttons for resizing
 and closing the frame.  Also, maximized frames typically avoid hiding
 any task bar or panels displayed on the desktop.  A fullboth frame,
 on the other hand, usually omits the title bar and occupies the entire



reply via email to

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