From: Xue Fuqiao Date: Thu, 6 Mar 2014 12:39:47 +0000 (+0800) Subject: Doc fix. X-Git-Tag: emacs-24.3.90~262 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c45220b0323576d27df26154a87187359fd874a;p=emacs.git Doc fix. * doc/lispref/internals.texi (Window Internals): Remove field `region_showing'. --- 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.