aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong2012-03-12 00:27:36 +0800
committerChong Yidong2012-03-12 00:27:36 +0800
commit66c5eebd416975af2bb1b2e0557dac967cc51f16 (patch)
treee0ae5aacad63152a99f952c08e73a252609f3492 /doc
parentd3760c4b0ad02dd26225f6886611940ab281bd27 (diff)
downloademacs-66c5eebd416975af2bb1b2e0557dac967cc51f16.tar.gz
emacs-66c5eebd416975af2bb1b2e0557dac967cc51f16.zip
* src/editfns.c (Fconstrain_to_field): Doc fix.
* doc/lispref/text.texi (Fields): Minor copyedit. Fixes: debbugs:9452
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