summaryrefslogtreecommitdiff
path: root/src/textprop.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-08-19 20:18:46 +0000
committerRoland McGrath <roland@gnu.org>1993-08-19 20:18:46 +0000
commit5433c418020aa7bbad0f58a0e30a05cbf6754a5f (patch)
treead3574f53dc13fc6ff503999bf958b7e3e4df2d6 /src/textprop.c
parent22f4c2f79ab17fd9b995b60e9dc8a13072688213 (diff)
downloademacs-5433c418020aa7bbad0f58a0e30a05cbf6754a5f.tar.gz
(F{next,previous}_single_property_change): Doc fix.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 50810e62dfc..25164871f22 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -586,6 +586,7 @@ DEFUN ("next-single-property-change", Fnext_single_property_change,
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 @@ DEFUN ("previous-single-property-change", Fprevious_single_property_change,
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)