diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-07-23 15:37:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-07-23 15:37:09 +0000 |
commit | 02e87c5a93f4abad53630774f433266f700d2d64 (patch) | |
tree | 102f953aaecfffb168444e32924b9126ce7e0300 /lispref | |
parent | 52a2c48326f9586ba0be6338720281c3c0ecba1b (diff) | |
download | emacs-02e87c5a93f4abad53630774f433266f700d2d64.tar.gz |
Document line-move-ignore-invisible.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 7 |
1 files changed, 5 insertions, 2 deletions
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 |