# HG changeset patch # User Eli Zaretskii # Date 1000821082 0 # Node ID b20b329387f59d3ca6f81fc9e8d90fbeb6097fc0 # Parent 357ac4d37806df0ef605560b9b60dd07df023280 Fix a typo in a comment. diff -r 357ac4d37806 -r b20b329387f5 src/buffer.c --- a/src/buffer.c Tue Sep 18 12:26:10 2001 +0000 +++ b/src/buffer.c Tue Sep 18 13:51:22 2001 +0000 @@ -3556,7 +3556,7 @@ 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. */