From 7273faa10ea8479e33c0da758a9c7f8c68bdab65 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 30 Oct 2002 19:17:50 +0000 Subject: [PATCH] Comment. --- src/buffer.c | 4 ++-- src/insdel.c | 2 +- src/termhooks.h | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index e413c58def6..c0d053ee331 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -4403,8 +4403,8 @@ static int mmap_initialized_p; #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 --git a/src/insdel.c b/src/insdel.c index 9c5c43e7b41..281cb010971 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -573,7 +573,7 @@ make_gap_larger (nbytes_added) } -/* Make the gap NBYTES_REMOVED bytes shorted. */ +/* Make the gap NBYTES_REMOVED bytes shorter. */ void make_gap_smaller (nbytes_removed) diff --git a/src/termhooks.h b/src/termhooks.h index a479b5bdc1a..443e4c69331 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -215,9 +215,7 @@ enum event_kind 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 -- 2.39.2