]> code.delx.au - gnu-emacs/commitdiff
Minor improving in indexing of "region".
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Aug 2013 19:25:15 +0000 (22:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Aug 2013 19:25:15 +0000 (22:25 +0300)
 doc/lispref/markers.texi (The Region): Improve indexing.

doc/lispref/ChangeLog
doc/lispref/markers.texi

index 7618736ee4f05f61a58c5a37307df35d299c453f..995203b5109bd6d8e133060e7f8b590c93979e19 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * markers.texi (The Region): Improve indexing.
+
 2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
 
        * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
index 3863e2f980a5e7955cea9a89f5fa05fe2e170388..d94908994e9709dcd46c76c39f8edc0e7548e9f2 100644 (file)
@@ -654,7 +654,12 @@ more marks than this are pushed onto the @code{mark-ring},
 
 @node The Region
 @section The Region
-@cindex region (between point and mark)
+@c The index entry must be just ``region'' to make it the first hit
+@c when the user types ``i region RET'', because otherwise the Info
+@c reader will present substring matches in alphabetical order,
+@c putting this one near the end, with something utterly unrelated as
+@c the first hit.
+@cindex 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