emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 3264a26: * doc/lispref/windows.texi (Window Sizes


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-25 3264a26: * doc/lispref/windows.texi (Window Sizes): Fix indices and references.
Date: Mon, 23 Nov 2015 07:38:13 +0000

branch: emacs-25
commit 3264a26dd26313ae172e7aff3a9b96f307ffd95c
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    * doc/lispref/windows.texi (Window Sizes): Fix indices and references.
---
 doc/lispref/windows.texi |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index d0f6254..ead2f7a 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -521,9 +521,9 @@ its pixel height is the pixel height of the screen areas 
spanned by its
 children.
 @end defun
 
address@hidden window pixel height
address@hidden pixel height of a window
address@hidden total pixel height of a window
address@hidden window pixel width
address@hidden pixel width of a window
address@hidden total pixel width of a window
 
 @defun window-pixel-width &optional Lisp_Object &optional window
 This function returns the width of window @var{window} in pixels.
@@ -558,7 +558,6 @@ that of the root window on that frame.  If @var{window} is 
omitted or
 
 @cindex window body height
 @cindex body height of a window
address@hidden window body width
 The @dfn{body height} of a window is the height of its text area, which
 does not include a mode or header line, a horizontal scroll bar, or a
 bottom divider.
@@ -578,9 +577,8 @@ counted.  It also means that the height of a window's body 
can never
 exceed its total height as returned by @code{window-total-height}.
 @end defun
 
address@hidden window body width
 @cindex body width of a window
address@hidden body size of a window
address@hidden window body size
 The @dfn{body width} of a window is the width of its text area, which
 does not include the scroll bar, fringes, margins or a right divider.
 
@@ -599,6 +597,8 @@ counted.  It also means that the width of a window's body 
can never
 exceed its total width as returned by @code{window-total-width}.
 @end defun
 
address@hidden window body size
address@hidden body size of a window
 @defun window-body-size &optional window horizontal pixelwise
 This function returns the body height or body width of @var{window}.  If
 @var{horizontal} is omitted or @code{nil}, it is equivalent to calling
@@ -607,7 +607,7 @@ to calling @code{window-body-width}.  In either case, the 
optional
 argument @var{pixelwise} is passed to the function called.
 @end defun
 
-  For compatibility with previous versions of Emacs,
+For compatibility with previous versions of Emacs,
 @code{window-height} is an alias for @code{window-total-height}, and
 @code{window-width} is an alias for @code{window-body-width}.  These
 aliases are considered obsolete and will be removed in the future.
@@ -643,7 +643,7 @@ or split them (@pxref{Splitting Windows}), obey the 
variables
 @code{window-min-height} and @code{window-min-width}, which specify the
 smallest allowable window height and width.  They also obey the variable
 @code{window-size-fixed}, with which a window can be @dfn{fixed} in
-size:
+size (@pxref{Preserving Window Sizes}).
 
 @defopt window-min-height
 This option specifies the minimum total height, in lines, of any window.



reply via email to

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