comparison src/editfns.c @ 35845:aeccce02fa6b

(Fconstrain_to_field): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Feb 2001 07:53:06 +0000
parents 0f57662bf4a9
children 5cf8398ba424
comparison
equal deleted inserted replaced
35844:ee473fc3377c 35845:aeccce02fa6b
612 DEFUN ("constrain-to-field", Fconstrain_to_field, Sconstrain_to_field, 2, 5, 0, 612 DEFUN ("constrain-to-field", Fconstrain_to_field, Sconstrain_to_field, 2, 5, 0,
613 "Return the position closest to NEW-POS that is in the same field as OLD-POS.\n\ 613 "Return the position closest to NEW-POS that is in the same field as OLD-POS.\n\
614 \n\ 614 \n\
615 A field is a region of text with the same `field' property.\n\ 615 A field is a region of text with the same `field' property.\n\
616 If NEW-POS is nil, then the current point is used instead, and set to the\n\ 616 If NEW-POS is nil, then the current point is used instead, and set to the\n\
617 constrained position if that is is different.\n\ 617 constrained position if that is different.\n\
618 \n\ 618 \n\
619 If OLD-POS is at the boundary of two fields, then the allowable\n\ 619 If OLD-POS is at the boundary of two fields, then the allowable\n\
620 positions for NEW-POS depends on the value of the optional argument\n\ 620 positions for NEW-POS depends on the value of the optional argument\n\
621 ESCAPE-FROM-EDGE: If ESCAPE-FROM-EDGE is nil, then NEW-POS is\n\ 621 ESCAPE-FROM-EDGE: If ESCAPE-FROM-EDGE is nil, then NEW-POS is\n\
622 constrained to the field that has the same `field' char-property\n\ 622 constrained to the field that has the same `field' char-property\n\