Mercurial > emacs
changeset 39337:b20b329387f5
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 18 Sep 2001 13:51:22 +0000 |
parents | 357ac4d37806 |
children | 96fc00b78011 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. */