changeset 4649:8b11bee2bcb4

(F{next,previous}_single_property_change): Doc fix.
author Roland McGrath <roland@gnu.org>
date Thu, 19 Aug 1993 20:18:46 +0000
parents 9591fdbc2868
children d81041bb1e3d
files src/textprop.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/textprop.c	Wed Aug 18 16:48:58 1993 +0000
+++ b/src/textprop.c	Thu Aug 19 20:18:46 1993 +0000
@@ -586,6 +586,7 @@
 Scans characters forward from POS till it finds\n\
 a change in the PROP property, then returns the position of the change.\n\
 The optional third argument OBJECT is the string or buffer to scan.\n\
+The property values are compared with `eq'.
 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.")
   (pos, prop, object)
@@ -649,6 +650,7 @@
 Scans characters backward from POS till it finds\n\
 a change in the PROP property, then returns the position of the change.\n\
 The optional third argument OBJECT is the string or buffer to scan.\n\
+The property values are compared with `eq'.
 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.")
      (pos, prop, object)