diff options
| author | Richard M. Stallman | 1993-11-15 06:41:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-15 06:41:45 +0000 |
| commit | da625a3c9b42247bcf24802df94b5bfa4f155df2 (patch) | |
| tree | 7952a30e985fa75bd9cfa02ff06f9faeb5f87a09 /src/textprop.c | |
| parent | 222fce2bc571c24947b97b36aa978d992e43f5cf (diff) | |
| download | emacs-da625a3c9b42247bcf24802df94b5bfa4f155df2.tar.gz emacs-da625a3c9b42247bcf24802df94b5bfa4f155df2.zip | |
(Fnext_single_property_change): Fix missing \n\.
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index e0ce1427a57..f4adb23b31b 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -587,7 +587,7 @@ DEFUN ("next-single-property-change", Fnext_single_property_change, | |||
| 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) |