From 7c45220b0323576d27df26154a87187359fd874a Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Thu, 6 Mar 2014 20:39:47 +0800 Subject: [PATCH] Doc fix. * doc/lispref/internals.texi (Window Internals): Remove field `region_showing'. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/internals.texi | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 9b4090461fb..5dfc5de3ce6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2014-03-06 Xue Fuqiao + + * internals.texi (Window Internals): Remove field `region_showing'. + 2014-03-06 Glenn Morris * searching.texi (Replacing Match): diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 759ed8ceedc..13bd9de9348 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -1439,11 +1439,6 @@ The position in the buffer for which the line number is known, or @code{nil} meaning none is known. If it is a buffer, don't display the line number as long as the window shows that buffer. -@item region_showing -If the region (or part of it) is highlighted in this window, this field -holds the mark position that made one end of that region. Otherwise, -this field is @code{nil}. - @item column_number_displayed The column number currently displayed in this window's mode line, or @code{nil} if column numbers are not being displayed. -- 2.11.4.GIT