From: Eli Zaretskii Date: Sun, 18 Aug 2013 19:25:15 +0000 (+0300) Subject: Minor improving in indexing of "region". X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2c904739e881006f70c9b491929bd4a3508c85d;p=emacs.git Minor improving in indexing of "region". doc/lispref/markers.texi (The Region): Improve indexing. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7618736ee4f..995203b5109 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-08-18 Eli Zaretskii + + * markers.texi (The Region): Improve indexing. + 2013-08-17 Xue Fuqiao * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes. diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 3863e2f980a..d94908994e9 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi @@ -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