]> code.delx.au - gnu-emacs/commitdiff
Doc fix.
authorXue Fuqiao <xfq@gnu.org>
Thu, 6 Mar 2014 12:39:47 +0000 (20:39 +0800)
committerXue Fuqiao <xfq@gnu.org>
Thu, 6 Mar 2014 12:39:47 +0000 (20:39 +0800)
* doc/lispref/internals.texi (Window Internals): Remove field
  `region_showing'.

doc/lispref/ChangeLog
doc/lispref/internals.texi

index 9b4090461fbb57daf64283a299009c842949472a..5dfc5de3ce624fc82898250e8d133ba693dce687 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-06  Xue Fuqiao  <xfq@gnu.org>
+
+       * internals.texi (Window Internals): Remove field `region_showing'.
+
 2014-03-06  Glenn Morris  <rgm@gnu.org>
 
        * searching.texi (Replacing Match):
index 759ed8ceedc66fcabe486b6a78f2b87373a3f3a2..13bd9de934834364c4d3049e08f98e6fe68f8538 100644 (file)
@@ -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.