Mercurial > hg > xemacs-beta
comparison man/lispref/windows.texi @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 78f53ef88e17 |
children | c9fe270a4101 |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
1287 @defopt scroll-conservatively | 1287 @defopt scroll-conservatively |
1288 This variable controls how many lines Emacs tries to scroll before | 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 | 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 | 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 | 1291 enough to bring point back on screen, provided that does not exceed |
1292 @var{scroll-conservatively} lines. | 1292 @code{scroll-conservatively} lines. This variable overrides the |
1293 redisplay preemption. | |
1293 @end defopt | 1294 @end defopt |
1294 | 1295 |
1295 @defopt next-screen-context-lines | 1296 @defopt next-screen-context-lines |
1296 The value of this variable is the number of lines of continuity to | 1297 The value of this variable is the number of lines of continuity to |
1297 retain when scrolling by full screens. For example, @code{scroll-up} | 1298 retain when scrolling by full screens. For example, @code{scroll-up} |