diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 2 |
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 | |||
| 9 | 2012-03-10 Eli Zaretskii <eliz@gnu.org> | 11 | 2012-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 | ||
| 3778 | If @var{new-pos} is @code{nil}, then @code{constrain-to-field} uses | 3778 | If @var{new-pos} is @code{nil}, then @code{constrain-to-field} uses |
| 3779 | the value of point instead, and moves point to the resulting position | 3779 | the value of point instead, and moves point to the resulting position |
| 3780 | as well as returning it. | 3780 | in addition to returning that position. |
| 3781 | 3781 | ||
| 3782 | If @var{old-pos} is at the boundary of two fields, then the acceptable | 3782 | If @var{old-pos} is at the boundary of two fields, then the acceptable |
| 3783 | final positions depend on the argument @var{escape-from-edge}. If | 3783 | final positions depend on the argument @var{escape-from-edge}. If |