]> git.eshelyaron.com Git - emacs.git/commitdiff
Document line-move-ignore-invisible.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 15:37:09 +0000 (15:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 15:37:09 +0000 (15:37 +0000)
lispref/display.texi

index 477b858e963e52cb171ec5de99e672277e9a480a..4eeca159647cdebb0cbbdab1cf4166d851c758d1 100644 (file)
@@ -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