]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fnext_single_property_change): Fix missing \n\.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 06:41:45 +0000 (06:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 06:41:45 +0000 (06:41 +0000)
src/textprop.c

index e0ce1427a57fe2a5843d9a83326d26f2b92ae4f3..f4adb23b31bc74ce2cd39917b13d0d96a4559ffe 100644 (file)
@@ -587,7 +587,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'.
+The property values are compared with `eq'.\n\
 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)