diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-02 07:54:48 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-02 07:54:48 +0000 |
commit | eb24d0bfe76cd1b0fd40dcb65fabe767af55e53f (patch) | |
tree | da41c19cf7a4290d220e08813806c292b58d3009 /src/editfns.c | |
parent | 6a3f48c7ea95e388f755ed40e375241080c4d4fc (diff) | |
download | emacs-eb24d0bfe76cd1b0fd40dcb65fabe767af55e53f.tar.gz |
(Fconstrain_to_field): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index af895fbe437..bf65c0a86d5 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -614,7 +614,7 @@ DEFUN ("constrain-to-field", Fconstrain_to_field, Sconstrain_to_field, 2, 5, 0, \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\ |