emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113941: Minor improving in indexing of "region".


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r113941: Minor improving in indexing of "region".
Date: Sun, 18 Aug 2013 19:25:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113941
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2013-08-18 22:25:15 +0300
message:
  Minor improving in indexing of "region".
  
   doc/lispref/markers.texi (The Region): Improve indexing.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/markers.texi       
markers.texi-20091113204419-o5vbwnq5f7feedwu-6198
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-17 14:14:41 +0000
+++ b/doc/lispref/ChangeLog     2013-08-18 19:25:15 +0000
@@ -1,3 +1,7 @@
+2013-08-18  Eli Zaretskii  <address@hidden>
+
+       * markers.texi (The Region): Improve indexing.
+
 2013-08-17  Xue Fuqiao  <address@hidden>
 
        * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.

=== modified file 'doc/lispref/markers.texi'
--- a/doc/lispref/markers.texi  2013-08-16 00:20:56 +0000
+++ b/doc/lispref/markers.texi  2013-08-18 19:25:15 +0000
@@ -654,7 +654,12 @@
 
 @node The Region
 @section The Region
address@hidden region (between point and mark)
address@hidden The index entry must be just ``region'' to make it the first hit
address@hidden when the user types ``i region RET'', because otherwise the Info
address@hidden reader will present substring matches in alphabetical order,
address@hidden putting this one near the end, with something utterly unrelated 
as
address@hidden the first hit.
address@hidden region
 
   The text between point and the mark is known as @dfn{the region}.
 Various functions operate on text delimited by point and the mark, but


reply via email to

[Prev in Thread] Current Thread [Next in Thread]