Mercurial > emacs
changeset 35845:aeccce02fa6b
(Fconstrain_to_field): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 02 Feb 2001 07:53:06 +0000 |
parents | ee473fc3377c |
children | 1a5f6c30a93b |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Fri Feb 02 07:50:18 2001 +0000 +++ b/src/editfns.c Fri Feb 02 07:53:06 2001 +0000 @@ -614,7 +614,7 @@ \n\ A field is a region of text with the same `field' property.\n\ If NEW-POS is nil, then the current point is used instead, and set to the\n\ -constrained position if that is is different.\n\ +constrained position if that is different.\n\ \n\ If OLD-POS is at the boundary of two fields, then the allowable\n\ positions for NEW-POS depends on the value of the optional argument\n\