[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r116688: Doc fix.
From: |
Xue Fuqiao |
Subject: |
[Emacs-diffs] trunk r116688: Doc fix. |
Date: |
Thu, 06 Mar 2014 12:39:57 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 116688
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Thu 2014-03-06 20:39:47 +0800
message:
Doc fix.
* doc/lispref/internals.texi (Window Internals): Remove field
`region_showing'.
modified:
doc/lispref/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-6155
doc/lispref/internals.texi
internals.texi-20091113204419-o5vbwnq5f7feedwu-6188
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2014-03-06 02:10:33 +0000
+++ b/doc/lispref/ChangeLog 2014-03-06 12:39:47 +0000
@@ -1,3 +1,7 @@
+2014-03-06 Xue Fuqiao <address@hidden>
+
+ * internals.texi (Window Internals): Remove field `region_showing'.
+
2014-03-06 Glenn Morris <address@hidden>
* searching.texi (Replacing Match):
=== modified file 'doc/lispref/internals.texi'
--- a/doc/lispref/internals.texi 2014-03-06 10:53:26 +0000
+++ b/doc/lispref/internals.texi 2014-03-06 12:39:47 +0000
@@ -1439,11 +1439,6 @@
@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.
address@hidden 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r116688: Doc fix.,
Xue Fuqiao <=