Mercurial > emacs
changeset 4986:31b1545319dc
(Fprevious_single_property_change): Fix missing \n\.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Nov 1993 20:38:30 +0000 |
parents | 623be452ebb8 |
children | f052db139432 |
files | src/textprop.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/textprop.c Fri Nov 12 06:25:16 1993 +0000 +++ b/src/textprop.c Fri Nov 12 20:38:30 1993 +0000 @@ -651,7 +651,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'. +The property values are compared with `eq'.\n\ 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)