changeset 5645:214263de8277

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Thu, 20 Jan 1994 19:56:36 +0000
parents 2abe67658895
children 9e5b5196aae9
files src/textprop.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/textprop.c	Thu Jan 20 19:54:47 1994 +0000
+++ b/src/textprop.c	Thu Jan 20 19:56:36 1994 +0000
@@ -596,7 +596,7 @@
 Return nil if the property is constant all the way to the end of OBJECT.\n\
 If the value is non-nil, it is a position greater than POS, never equal.\n\n\
 If the optional fourth argument LIMIT is non-nil, don't search\n\
-past position LIMIT; fail if nothing is found before LIMIT.")
+past position LIMIT; return LIMIT if nothing is found before LIMIT.")
   (pos, prop, object, limit)
      Lisp_Object pos, prop, object, limit;
 {
@@ -634,7 +634,7 @@
 Return nil if the property is constant all the way to the start of OBJECT.\n\
 If the value is non-nil, it is a position less than POS, never equal.\n\n\
 If the optional third argument LIMIT is non-nil, don't search\n\
-back past position LIMIT; fail if nothing is found before LIMIT.")
+back past position LIMIT; return LIMIT if nothing is found until LIMIT.")
   (pos, object, limit)
      Lisp_Object pos, object, limit;
 {
@@ -676,7 +676,7 @@
 Return nil if the property is constant all the way to the start of OBJECT.\n\
 If the value is non-nil, it is a position less than POS, never equal.\n\n\
 If the optional fourth argument LIMIT is non-nil, don't search\n\
-back past position LIMIT; fail if nothing is found before LIMIT.")
+back past position LIMIT; return LIMIT if nothing is found until LIMIT.")
      (pos, prop, object, limit)
      Lisp_Object pos, prop, object, limit;
 {