Mercurial > emacs
changeset 15761:77d451c08a30
Document line-move-ignore-invisible.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Jul 1996 15:37:09 +0000 |
parents | 0489cb739a5f |
children | 9305e83c313d |
files | lispref/display.texi |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Tue Jul 23 15:36:22 1996 +0000 +++ b/lispref/display.texi Tue Jul 23 15:37:09 1996 +0000 @@ -327,9 +327,12 @@ @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