diff options
| author | Eli Zaretskii | 2006-07-08 18:00:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:00:14 +0000 |
| commit | 02dedf4bc49a19e5a6c4b78771912dd107dea54b (patch) | |
| tree | 13cdbf9ab08f6f8c6c317fb314491ca42a4bb03e | |
| parent | 366f174136f885b6fa701505f7319b1743ab8567 (diff) | |
| download | emacs-02dedf4bc49a19e5a6c4b78771912dd107dea54b.tar.gz emacs-02dedf4bc49a19e5a6c4b78771912dd107dea54b.zip | |
(Textual Scrolling, Resizing Windows): Remove @tindex.
| -rw-r--r-- | lispref/windows.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index af73339a311..973b429a04e 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -1506,7 +1506,6 @@ never happens. | |||
| 1506 | @end defopt | 1506 | @end defopt |
| 1507 | 1507 | ||
| 1508 | @defopt scroll-down-aggressively | 1508 | @defopt scroll-down-aggressively |
| 1509 | @tindex scroll-down-aggressively | ||
| 1510 | The value of this variable should be either @code{nil} or a fraction | 1509 | The value of this variable should be either @code{nil} or a fraction |
| 1511 | @var{f} between 0 and 1. If it is a fraction, that specifies where on | 1510 | @var{f} between 0 and 1. If it is a fraction, that specifies where on |
| 1512 | the screen to put point when scrolling down. More precisely, when a | 1511 | the screen to put point when scrolling down. More precisely, when a |
| @@ -1521,7 +1520,6 @@ fashion. | |||
| 1521 | @end defopt | 1520 | @end defopt |
| 1522 | 1521 | ||
| 1523 | @defopt scroll-up-aggressively | 1522 | @defopt scroll-up-aggressively |
| 1524 | @tindex scroll-up-aggressively | ||
| 1525 | Likewise, for scrolling up. The value, @var{f}, specifies how far | 1523 | Likewise, for scrolling up. The value, @var{f}, specifies how far |
| 1526 | point should be placed from the bottom of the window; thus, as with | 1524 | point should be placed from the bottom of the window; thus, as with |
| 1527 | @code{scroll-up-aggressively}, a larger value scrolls more aggressively. | 1525 | @code{scroll-up-aggressively}, a larger value scrolls more aggressively. |
| @@ -1835,7 +1833,6 @@ If @var{window} is @code{nil}, the function uses the selected window. | |||
| 1835 | @end example | 1833 | @end example |
| 1836 | @end defun | 1834 | @end defun |
| 1837 | 1835 | ||
| 1838 | @tindex window-body-height | ||
| 1839 | @defun window-body-height &optional window | 1836 | @defun window-body-height &optional window |
| 1840 | Like @code{window-height} but the value does not include the | 1837 | Like @code{window-height} but the value does not include the |
| 1841 | mode line (if any) or the header line (if any). | 1838 | mode line (if any) or the header line (if any). |
| @@ -2068,7 +2065,6 @@ This command returns non-@code{nil} if it actually shrank the window | |||
| 2068 | and @code{nil} otherwise. | 2065 | and @code{nil} otherwise. |
| 2069 | @end deffn | 2066 | @end deffn |
| 2070 | 2067 | ||
| 2071 | @tindex window-size-fixed | ||
| 2072 | @defvar window-size-fixed | 2068 | @defvar window-size-fixed |
| 2073 | If this variable is non-@code{nil}, in any given buffer, | 2069 | If this variable is non-@code{nil}, in any given buffer, |
| 2074 | then the size of any window displaying the buffer remains fixed | 2070 | then the size of any window displaying the buffer remains fixed |