1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

(Fprevious_single_property_change): Fix missing \n\.

This commit is contained in:
Richard M. Stallman 1993-11-12 20:38:30 +00:00
parent 85ada1b986
commit 93fda17869

View file

@ -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)