diff options
| author | Richard M. Stallman | 1993-11-12 20:38:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-12 20:38:30 +0000 |
| commit | 93fda17869ffdc72136ef9ba947e892e239df702 (patch) | |
| tree | b9df43cd5b171f3094b040efe7373dbafe1cddc0 | |
| parent | 85ada1b9865fd505b9972a37ec67933039287801 (diff) | |
| download | emacs-93fda17869ffdc72136ef9ba947e892e239df702.tar.gz emacs-93fda17869ffdc72136ef9ba947e892e239df702.zip | |
(Fprevious_single_property_change): Fix missing \n\.
| -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 78ff080d97e..e0ce1427a57 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -651,7 +651,7 @@ DEFUN ("previous-single-property-change", Fprevious_single_property_change, | |||
| 651 | Scans characters backward from POS till it finds\n\ | 651 | Scans characters backward from POS till it finds\n\ |
| 652 | a change in the PROP property, then returns the position of the change.\n\ | 652 | a change in the PROP property, then returns the position of the change.\n\ |
| 653 | The optional third argument OBJECT is the string or buffer to scan.\n\ | 653 | The optional third argument OBJECT is the string or buffer to scan.\n\ |
| 654 | The property values are compared with `eq'. | 654 | The property values are compared with `eq'.\n\ |
| 655 | Return nil if the property is constant all the way to the start of OBJECT.\n\ | 655 | Return nil if the property is constant all the way to the start of OBJECT.\n\ |
| 656 | If the value is non-nil, it is a position less than POS, never equal.") | 656 | If the value is non-nil, it is a position less than POS, never equal.") |
| 657 | (pos, prop, object) | 657 | (pos, prop, object) |