From 02e87c5a93f4abad53630774f433266f700d2d64 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Jul 1996 15:37:09 +0000 Subject: Document line-move-ignore-invisible. --- lispref/display.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lispref/display.texi') diff --git a/lispref/display.texi b/lispref/display.texi index 477b858e963..4eeca159647 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -327,9 +327,12 @@ by a visible newline, it displays an ellipsis. @end table @end defvar +@vindex line-move-ignore-invisible Ordinarily, commands that operate on text or move point do not care -whether the text is invisible. However, the user-level line motion -commands explicitly ignore invisible newlines. +whether the text is invisible. The user-level line motion commands +explicitly ignore invisible newlines if +@code{line-move-ignore-invisible} is non-@code{nil}, but only because +they are explicitly programmed to do so. @node Selective Display @section Selective Display -- cgit v1.2.1