aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/text.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 4b4521c4323..3584c89d5fe 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -6,6 +6,8 @@
6 * display.texi (Temporary Displays): with-output-to-temp-buffer is 6 * display.texi (Temporary Displays): with-output-to-temp-buffer is
7 now a macro. 7 now a macro.
8 8
9 * text.texi (Fields): Minor copyedit.
10
92012-03-10 Eli Zaretskii <eliz@gnu.org> 112012-03-10 Eli Zaretskii <eliz@gnu.org>
10 12
11 * strings.texi (String Basics): 13 * strings.texi (String Basics):
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index c60150cc061..1ba0cae43b6 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3777,7 +3777,7 @@ closest to @var{new-pos} that is in the same field as @var{old-pos}.
3777 3777
3778If @var{new-pos} is @code{nil}, then @code{constrain-to-field} uses 3778If @var{new-pos} is @code{nil}, then @code{constrain-to-field} uses
3779the value of point instead, and moves point to the resulting position 3779the value of point instead, and moves point to the resulting position
3780as well as returning it. 3780in addition to returning that position.
3781 3781
3782If @var{old-pos} is at the boundary of two fields, then the acceptable 3782If @var{old-pos} is at the boundary of two fields, then the acceptable
3783final positions depend on the argument @var{escape-from-edge}. If 3783final positions depend on the argument @var{escape-from-edge}. If