diff options
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c index 7f454656f6a..e3eb3e2ae4c 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -424,7 +424,7 @@ Returns nil if unsuccessful.") | |||
| 424 | DEFUN ("previous-single-property-change", Fprevious_single_property_change, | 424 | DEFUN ("previous-single-property-change", Fprevious_single_property_change, |
| 425 | Sprevious_single_property_change, 3, 3, 0, | 425 | Sprevious_single_property_change, 3, 3, 0, |
| 426 | "Return the position preceding POSITION in OBJECT which has a\n\ | 426 | "Return the position preceding POSITION in OBJECT which has a\n\ |
| 427 | different value for PROPERTY than the text at POSITION. OBJECT may be | 427 | different value for PROPERTY than the text at POSITION. OBJECT may be\n\ |
| 428 | a string or buffer. Returns nil if unsuccessful.") | 428 | a string or buffer. Returns nil if unsuccessful.") |
| 429 | (pos, object, prop) | 429 | (pos, object, prop) |
| 430 | { | 430 | { |
| @@ -788,7 +788,7 @@ void | |||
| 788 | syms_of_textprop () | 788 | syms_of_textprop () |
| 789 | { | 789 | { |
| 790 | DEFVAR_INT ("interval-balance-threshold", &interval_balance_threshold, | 790 | DEFVAR_INT ("interval-balance-threshold", &interval_balance_threshold, |
| 791 | "Threshold for rebalancing interval trees, expressed as the | 791 | "Threshold for rebalancing interval trees, expressed as the\n\ |
| 792 | percentage by which the left interval tree should not differ from the right."); | 792 | percentage by which the left interval tree should not differ from the right."); |
| 793 | interval_balance_threshold = 8; | 793 | interval_balance_threshold = 8; |
| 794 | 794 | ||