comparison lispref/display.texi @ 15761:77d451c08a30

Document line-move-ignore-invisible.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 1996 15:37:09 +0000
parents 0a9219070022
children ec5f48fe0320
comparison
equal deleted inserted replaced
15760:0489cb739a5f 15761:77d451c08a30
325 by a visible newline, it displays an ellipsis. 325 by a visible newline, it displays an ellipsis.
326 @end table 326 @end table
327 @end table 327 @end table
328 @end defvar 328 @end defvar
329 329
330 @vindex line-move-ignore-invisible
330 Ordinarily, commands that operate on text or move point do not care 331 Ordinarily, commands that operate on text or move point do not care
331 whether the text is invisible. However, the user-level line motion 332 whether the text is invisible. The user-level line motion commands
332 commands explicitly ignore invisible newlines. 333 explicitly ignore invisible newlines if
334 @code{line-move-ignore-invisible} is non-@code{nil}, but only because
335 they are explicitly programmed to do so.
333 336
334 @node Selective Display 337 @node Selective Display
335 @section Selective Display 338 @section Selective Display
336 @cindex selective display 339 @cindex selective display
337 340