From: Eli Zaretskii Date: Tue, 18 Sep 2001 13:51:22 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.106~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e58c389d2a6c0ea08a9395b55a0b89fda2ee5b7f;p=emacs.git Fix a typo in a comment. --- 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, Fset_marker (OVERLAY_START (overlay), Qnil, Qnil); Fset_marker (OVERLAY_END (overlay), Qnil, Qnil); - /* WHen deleting on overlay with before or after strings, turn off + /* When deleting an overlay with before or after strings, turn off display optimizations for the affected buffer, on the basis that these strings may contain newlines. This is easier to do than to check for that situation during redisplay. */