# HG changeset patch # User Dave Love # Date 1036005470 0 # Node ID b7e13d33cf41d5b4f540eee4af09ebfb14b448d3 # Parent 8bd7557b44214f78c8e50fa691e3999ec5a4b944 Comment. diff -r 8bd7557b4421 -r b7e13d33cf41 src/buffer.c --- a/src/buffer.c Wed Oct 30 19:17:31 2002 +0000 +++ b/src/buffer.c Wed Oct 30 19:17:50 2002 +0000 @@ -4403,8 +4403,8 @@ #define MEM_ALIGN sizeof (double) -/* Predicate returning true if part of the address range [START .. - END[ is currently mapped. Used to prevent overwriting an existing +/* Predicate returning true if part of the address range [START .. END] + is currently mapped. Used to prevent overwriting an existing memory mapping. Default is to conservativly assume the address range is occupied by diff -r 8bd7557b4421 -r b7e13d33cf41 src/insdel.c --- a/src/insdel.c Wed Oct 30 19:17:31 2002 +0000 +++ b/src/insdel.c Wed Oct 30 19:17:50 2002 +0000 @@ -573,7 +573,7 @@ } -/* Make the gap NBYTES_REMOVED bytes shorted. */ +/* Make the gap NBYTES_REMOVED bytes shorter. */ void make_gap_smaller (nbytes_removed) diff -r 8bd7557b4421 -r b7e13d33cf41 src/termhooks.h --- a/src/termhooks.h Wed Oct 30 19:17:31 2002 +0000 +++ b/src/termhooks.h Wed Oct 30 19:17:50 2002 +0000 @@ -215,9 +215,7 @@ MULTIBYTE_CHAR_KEYSTROKE_EVENT, /* The multibyte char code is in .code, perhaps with modifiers applied. The others are the same as - ASCII_KEYSTROKE_EVENT. This type of event - is generated only when we are using - XIM on X window. */ + ASCII_KEYSTROKE_EVENT. */ NON_ASCII_KEYSTROKE_EVENT, /* .code is a number identifying the function key. A code N represents a key whose name is