diff options
| author | Martin Rudalics | 2015-11-23 08:37:45 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-11-23 08:37:45 +0100 |
| commit | 3264a26dd26313ae172e7aff3a9b96f307ffd95c (patch) | |
| tree | 17bb3d5f9168b2aaae855726b469f5d252edd659 | |
| parent | dc57bb4d46b91ae1f21994432f41a1dd130413a4 (diff) | |
| download | emacs-3264a26dd26313ae172e7aff3a9b96f307ffd95c.tar.gz emacs-3264a26dd26313ae172e7aff3a9b96f307ffd95c.zip | |
* doc/lispref/windows.texi (Window Sizes): Fix indices and references.
| -rw-r--r-- | 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 d0f62549a5b..ead2f7a52f6 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 | |||
| 521 | children. | 521 | children. |
| 522 | @end defun | 522 | @end defun |
| 523 | 523 | ||
| 524 | @cindex window pixel height | 524 | @cindex window pixel width |
| 525 | @cindex pixel height of a window | 525 | @cindex pixel width of a window |
| 526 | @cindex total pixel height of a window | 526 | @cindex total pixel width of a window |
| 527 | 527 | ||
| 528 | @defun window-pixel-width &optional Lisp_Object &optional window | 528 | @defun window-pixel-width &optional Lisp_Object &optional window |
| 529 | This function returns the width of window @var{window} in pixels. | 529 | 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 | |||
| 558 | 558 | ||
| 559 | @cindex window body height | 559 | @cindex window body height |
| 560 | @cindex body height of a window | 560 | @cindex body height of a window |
| 561 | @cindex window body width | ||
| 562 | The @dfn{body height} of a window is the height of its text area, which | 561 | The @dfn{body height} of a window is the height of its text area, which |
| 563 | does not include a mode or header line, a horizontal scroll bar, or a | 562 | does not include a mode or header line, a horizontal scroll bar, or a |
| 564 | bottom divider. | 563 | bottom divider. |
| @@ -578,9 +577,8 @@ counted. It also means that the height of a window's body can never | |||
| 578 | exceed its total height as returned by @code{window-total-height}. | 577 | exceed its total height as returned by @code{window-total-height}. |
| 579 | @end defun | 578 | @end defun |
| 580 | 579 | ||
| 580 | @cindex window body width | ||
| 581 | @cindex body width of a window | 581 | @cindex body width of a window |
| 582 | @cindex body size of a window | ||
| 583 | @cindex window body size | ||
| 584 | The @dfn{body width} of a window is the width of its text area, which | 582 | The @dfn{body width} of a window is the width of its text area, which |
| 585 | does not include the scroll bar, fringes, margins or a right divider. | 583 | does not include the scroll bar, fringes, margins or a right divider. |
| 586 | 584 | ||
| @@ -599,6 +597,8 @@ counted. It also means that the width of a window's body can never | |||
| 599 | exceed its total width as returned by @code{window-total-width}. | 597 | exceed its total width as returned by @code{window-total-width}. |
| 600 | @end defun | 598 | @end defun |
| 601 | 599 | ||
| 600 | @cindex window body size | ||
| 601 | @cindex body size of a window | ||
| 602 | @defun window-body-size &optional window horizontal pixelwise | 602 | @defun window-body-size &optional window horizontal pixelwise |
| 603 | This function returns the body height or body width of @var{window}. If | 603 | This function returns the body height or body width of @var{window}. If |
| 604 | @var{horizontal} is omitted or @code{nil}, it is equivalent to calling | 604 | @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 | |||
| 607 | argument @var{pixelwise} is passed to the function called. | 607 | argument @var{pixelwise} is passed to the function called. |
| 608 | @end defun | 608 | @end defun |
| 609 | 609 | ||
| 610 | For compatibility with previous versions of Emacs, | 610 | For compatibility with previous versions of Emacs, |
| 611 | @code{window-height} is an alias for @code{window-total-height}, and | 611 | @code{window-height} is an alias for @code{window-total-height}, and |
| 612 | @code{window-width} is an alias for @code{window-body-width}. These | 612 | @code{window-width} is an alias for @code{window-body-width}. These |
| 613 | aliases are considered obsolete and will be removed in the future. | 613 | aliases are considered obsolete and will be removed in the future. |
| @@ -643,7 +643,7 @@ or split them (@pxref{Splitting Windows}), obey the variables | |||
| 643 | @code{window-min-height} and @code{window-min-width}, which specify the | 643 | @code{window-min-height} and @code{window-min-width}, which specify the |
| 644 | smallest allowable window height and width. They also obey the variable | 644 | smallest allowable window height and width. They also obey the variable |
| 645 | @code{window-size-fixed}, with which a window can be @dfn{fixed} in | 645 | @code{window-size-fixed}, with which a window can be @dfn{fixed} in |
| 646 | size: | 646 | size (@pxref{Preserving Window Sizes}). |
| 647 | 647 | ||
| 648 | @defopt window-min-height | 648 | @defopt window-min-height |
| 649 | This option specifies the minimum total height, in lines, of any window. | 649 | This option specifies the minimum total height, in lines, of any window. |