Mercurial > hg > xemacs-beta
comparison man/lispref/display.texi @ 1620:1fa8838efe99
[xemacs-hg @ 2003-08-13 11:07:35 by stephent]
extent docs <87smo5byy5.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 13 Aug 2003 11:07:40 +0000 |
parents | 1ccc32a20af4 |
children | f561c3904bb3 |
comparison
equal
deleted
inserted
replaced
1619:b0f57d54cba5 | 1620:1fa8838efe99 |
---|---|
516 @end table | 516 @end table |
517 @end defvar | 517 @end defvar |
518 | 518 |
519 Ordinarily, commands that operate on text or move point do not care | 519 Ordinarily, commands that operate on text or move point do not care |
520 whether the text is invisible. However, the user-level line motion | 520 whether the text is invisible. However, the user-level line motion |
521 commands explicitly ignore invisible newlines. | 521 commands explicitly ignore invisible newlines. Since this causes a |
522 slow-down of these commands it is turned off by default, controlled by | |
523 the variable @code{line-move-ignore-invisible}. | |
522 | 524 |
523 @node Selective Display | 525 @node Selective Display |
524 @section Selective Display | 526 @section Selective Display |
525 @cindex selective display | 527 @cindex selective display |
526 | 528 |