aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/positions.texi1
-rw-r--r--doc/lispref/text.texi1
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 995203b5109..3f9d23a5476 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12013-08-18 Xue Fuqiao <xfq.free@gmail.com>
2
3 * positions.texi (Positions): Improve indexing.
4
12013-08-18 Eli Zaretskii <eliz@gnu.org> 52013-08-18 Eli Zaretskii <eliz@gnu.org>
2 6
3 * markers.texi (The Region): Improve indexing. 7 * markers.texi (The Region): Improve indexing.
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index d514cff1a16..69f1b80c431 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -5,6 +5,7 @@
5@node Positions 5@node Positions
6@chapter Positions 6@chapter Positions
7@cindex position (in buffer) 7@cindex position (in buffer)
8@cindex buffer position
8 9
9 A @dfn{position} is the index of a character in the text of a buffer. 10 A @dfn{position} is the index of a character in the text of a buffer.
10More precisely, a position identifies the place between two characters 11More precisely, a position identifies the place between two characters
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 385b0f95c44..c4250f2f0ba 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -4028,6 +4028,7 @@ A rectangle is represented by a list of strings.
4028This represents a window configuration to restore in one frame, and a 4028This represents a window configuration to restore in one frame, and a
4029position to jump to in the current buffer. 4029position to jump to in the current buffer.
4030 4030
4031@c FIXME: Mention frameset here.
4031@item @code{(@var{frame-configuration} @var{position})} 4032@item @code{(@var{frame-configuration} @var{position})}
4032This represents a frame configuration to restore, and a position 4033This represents a frame configuration to restore, and a position
4033to jump to in the current buffer. 4034to jump to in the current buffer.