aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-02 07:54:48 +0000
committerEli Zaretskii2001-02-02 07:54:48 +0000
commiteb24d0bfe76cd1b0fd40dcb65fabe767af55e53f (patch)
treeda41c19cf7a4290d220e08813806c292b58d3009
parent6a3f48c7ea95e388f755ed40e375241080c4d4fc (diff)
downloademacs-eb24d0bfe76cd1b0fd40dcb65fabe767af55e53f.tar.gz
emacs-eb24d0bfe76cd1b0fd40dcb65fabe767af55e53f.zip
(Fconstrain_to_field): Doc fix.
-rw-r--r--src/ChangeLog2
-rw-r--r--src/editfns.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e739956f7e..7b69ee344e8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-02-02 Eli Zaretskii <eliz@is.elta.co.il> 12001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * editfns.c (Fconstrain_to_field): Doc fix.
4
3 * xfaces.c (Fclear_face_cache): Rename the `thorougly' argument 5 * xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
4 into `thoroughly', to make it consistent with the doc string. 6 into `thoroughly', to make it consistent with the doc string.
5 7
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,
614\n\ 614\n\
615A field is a region of text with the same `field' property.\n\ 615A field is a region of text with the same `field' property.\n\
616If NEW-POS is nil, then the current point is used instead, and set to the\n\ 616If NEW-POS is nil, then the current point is used instead, and set to the\n\
617constrained position if that is is different.\n\ 617constrained position if that is different.\n\
618\n\ 618\n\
619If OLD-POS is at the boundary of two fields, then the allowable\n\ 619If OLD-POS is at the boundary of two fields, then the allowable\n\
620positions for NEW-POS depends on the value of the optional argument\n\ 620positions for NEW-POS depends on the value of the optional argument\n\