comparison src/textprop.c @ 5020:94de08fd8a7c

(Fnext_single_property_change): Fix missing \n\.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 06:41:45 +0000
parents 31b1545319dc
children 6e9634463e93
comparison
equal deleted inserted replaced
5019:8540ddfe3c1b 5020:94de08fd8a7c
585 Snext_single_property_change, 1, 3, 0, 585 Snext_single_property_change, 1, 3, 0,
586 "Return the position of next property change for a specific property.\n\ 586 "Return the position of next property change for a specific property.\n\
587 Scans characters forward from POS till it finds\n\ 587 Scans characters forward from POS till it finds\n\
588 a change in the PROP property, then returns the position of the change.\n\ 588 a change in the PROP property, then returns the position of the change.\n\
589 The optional third argument OBJECT is the string or buffer to scan.\n\ 589 The optional third argument OBJECT is the string or buffer to scan.\n\
590 The property values are compared with `eq'. 590 The property values are compared with `eq'.\n\
591 Return nil if the property is constant all the way to the end of OBJECT.\n\ 591 Return nil if the property is constant all the way to the end of OBJECT.\n\
592 If the value is non-nil, it is a position greater than POS, never equal.") 592 If the value is non-nil, it is a position greater than POS, never equal.")
593 (pos, prop, object) 593 (pos, prop, object)
594 Lisp_Object pos, prop, object; 594 Lisp_Object pos, prop, object;
595 { 595 {