summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-04-07 01:59:10 +0000
committerRichard M. Stallman <rms@gnu.org>2007-04-07 01:59:10 +0000
commit4b216c37290701f49320cdef011e0a5604b3dec0 (patch)
treefbf717c7926706e644d0eed474a7d6e7f92ff20f
parentbbb9c4e1babab0b186a2072b74c7cadb0a9770d8 (diff)
Improve index entries. Remove useless one.
-rw-r--r--lispref/positions.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi
index 618886a40f..939b3f75fc 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -123,7 +123,7 @@ size of @var{buffer}.
@node Motion
@section Motion
-@cindex motion by characters, words, lines, lists
+@cindex motion by chars, words, lines, lists
Motion functions change the value of point, either relative to the
current value of point, relative to the beginning or end of the buffer,
@@ -644,7 +644,7 @@ beginning of the first screen line. @xref{Minibuffer Contents}.
@cindex sexp motion
@cindex Lisp expression motion
@cindex list motion
-@cindex balanced-parenthesis expressions
+@cindex balanced parenthesis motion
Here are several functions concerned with balanced-parenthesis
expressions (also called @dfn{sexps} in connection with moving across
@@ -830,7 +830,6 @@ Configurations}).
@defspec save-excursion body@dots{}
@cindex mark excursion
@cindex point excursion
-@cindex current buffer excursion
The @code{save-excursion} special form saves the identity of the current
buffer and the values of point and the mark in it, evaluates
@var{body}, and finally restores the buffer and its saved values of