diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 1b559faaee1..a20b2250209 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3556,7 +3556,7 @@ DEFUN ("delete-overlay", Fdelete_overlay, Sdelete_overlay, 1, 1, 0, | |||
| 3556 | Fset_marker (OVERLAY_START (overlay), Qnil, Qnil); | 3556 | Fset_marker (OVERLAY_START (overlay), Qnil, Qnil); |
| 3557 | Fset_marker (OVERLAY_END (overlay), Qnil, Qnil); | 3557 | Fset_marker (OVERLAY_END (overlay), Qnil, Qnil); |
| 3558 | 3558 | ||
| 3559 | /* WHen deleting on overlay with before or after strings, turn off | 3559 | /* When deleting an overlay with before or after strings, turn off |
| 3560 | display optimizations for the affected buffer, on the basis that | 3560 | display optimizations for the affected buffer, on the basis that |
| 3561 | these strings may contain newlines. This is easier to do than to | 3561 | these strings may contain newlines. This is easier to do than to |
| 3562 | check for that situation during redisplay. */ | 3562 | check for that situation during redisplay. */ |