From 93fda17869ffdc72136ef9ba947e892e239df702 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Nov 1993 20:38:30 +0000 Subject: [PATCH] (Fprevious_single_property_change): Fix missing \n\. --- src/textprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textprop.c b/src/textprop.c index 78ff080d97e..e0ce1427a57 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -651,7 +651,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'. +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) -- 2.39.5