aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 18:26:30 +0000
committerRichard M. Stallman2005-03-06 18:26:30 +0000
commit4e5345521b84c741ab694d2353796f3fc18fe0d1 (patch)
tree34f22f4a9902e60859bd37de3bddff12811f03f3
parent1b7a8d5d7e3d152db572972e422ffbe2cffcbf76 (diff)
downloademacs-4e5345521b84c741ab694d2353796f3fc18fe0d1.tar.gz
emacs-4e5345521b84c741ab694d2353796f3fc18fe0d1.zip
(Vertical Scrolling): Get rid of "Emacs 21".
(Resizing Windows): Likewise.
-rw-r--r--lispref/windows.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index 671175a550d..042ede6ed4c 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -1583,7 +1583,7 @@ Replaces three keystroke sequence C-u 0 C-l."
1583 1583
1584 @dfn{Vertical fractional scrolling} means shifting the image in the 1584 @dfn{Vertical fractional scrolling} means shifting the image in the
1585window up or down by a specified multiple or fraction of a line. 1585window up or down by a specified multiple or fraction of a line.
1586Starting in Emacs 21, each window has a @dfn{vertical scroll position}, 1586Each window has a @dfn{vertical scroll position},
1587which is a number, never less than zero. It specifies how far to raise 1587which is a number, never less than zero. It specifies how far to raise
1588the contents of the window. Raising the window contents generally makes 1588the contents of the window. Raising the window contents generally makes
1589all or part of some lines disappear off the top, and all or part of some 1589all or part of some lines disappear off the top, and all or part of some
@@ -2053,7 +2053,6 @@ and @code{nil} otherwise.
2053If this variable is non-@code{nil}, in any given buffer, 2053If this variable is non-@code{nil}, in any given buffer,
2054then the size of any window displaying the buffer remains fixed 2054then the size of any window displaying the buffer remains fixed
2055unless you explicitly change it or Emacs has no other choice. 2055unless you explicitly change it or Emacs has no other choice.
2056(This feature is new in Emacs 21.)
2057 2056
2058If the value is @code{height}, then only the window's height is fixed; 2057If the value is @code{height}, then only the window's height is fixed;
2059if the value is @code{width}, then only the window's width is fixed. 2058if the value is @code{width}, then only the window's width is fixed.