Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e2c90473
Commit
e2c90473
authored
Aug 18, 2013
by
Eli Zaretskii
Browse files
Minor improving in indexing of "region".
doc/lispref/markers.texi (The Region): Improve indexing.
parent
319a4d03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/markers.texi
doc/lispref/markers.texi
+6
-1
No files found.
doc/lispref/ChangeLog
View file @
e2c90473
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.
...
...
doc/lispref/markers.texi
View file @
e2c90473
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment