comparison man/lispref/windows.texi @ 213:78f53ef88e17 r20-4b5

Import from CVS: tag r20-4b5
author cvs
date Mon, 13 Aug 2007 10:06:47 +0200
parents 05472e90ae02
children 7df0dd720c89
comparison
equal deleted inserted replaced
212:d8688acf4c5b 213:78f53ef88e17
1282 positive integer @var{n}, then redisplay brings point back on screen by 1282 positive integer @var{n}, then redisplay brings point back on screen by
1283 scrolling @var{n} lines in either direction, if possible; otherwise, it 1283 scrolling @var{n} lines in either direction, if possible; otherwise, it
1284 centers point. The default value is zero. 1284 centers point. The default value is zero.
1285 @end defopt 1285 @end defopt
1286 1286
1287 @defopt scroll-conservatively
1288 This variable controls how many lines Emacs tries to scroll before
1289 recentering. If you set it to a small number, then when you move point
1290 a short distance off the screen, XEmacs will scroll the screen just far
1291 enough to bring point back on screen, provided that does not exceed
1292 @var{scroll-conservatively} lines.
1293 @end defopt
1294
1287 @defopt next-screen-context-lines 1295 @defopt next-screen-context-lines
1288 The value of this variable is the number of lines of continuity to 1296 The value of this variable is the number of lines of continuity to
1289 retain when scrolling by full screens. For example, @code{scroll-up} 1297 retain when scrolling by full screens. For example, @code{scroll-up}
1290 with an argument of @code{nil} scrolls so that this many lines at the 1298 with an argument of @code{nil} scrolls so that this many lines at the
1291 bottom of the window appear instead at the top. The default value is 1299 bottom of the window appear instead at the top. The default value is