1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(Fconstrain_to_field): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-02-02 07:54:48 +00:00
parent 6a3f48c7ea
commit eb24d0bfe7
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
* editfns.c (Fconstrain_to_field): Doc fix.
* xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
into `thoroughly', to make it consistent with the doc string.

View file

@ -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\