aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-18 13:51:22 +0000
committerEli Zaretskii2001-09-18 13:51:22 +0000
commite58c389d2a6c0ea08a9395b55a0b89fda2ee5b7f (patch)
tree1cbf4d666fdbd9e4cb1edbf365bf342db6f77bad /src/buffer.c
parent3fbdba3e94aecdb7b11e598be96bcb625cfc14c3 (diff)
downloademacs-e58c389d2a6c0ea08a9395b55a0b89fda2ee5b7f.tar.gz
emacs-e58c389d2a6c0ea08a9395b55a0b89fda2ee5b7f.zip
Fix a typo in a comment.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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. */