aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-10-30 19:17:50 +0000
committerDave Love2002-10-30 19:17:50 +0000
commit7273faa10ea8479e33c0da758a9c7f8c68bdab65 (patch)
tree29f71538f2bcd2d3a9fe2f79d7356dfacc858fc8 /src
parentee648c11883d30b5aa07db11e67fcaf6c762b34b (diff)
downloademacs-7273faa10ea8479e33c0da758a9c7f8c68bdab65.tar.gz
emacs-7273faa10ea8479e33c0da758a9c7f8c68bdab65.zip
Comment.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c4
-rw-r--r--src/insdel.c2
-rw-r--r--src/termhooks.h4
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;
4403 4403
4404#define MEM_ALIGN sizeof (double) 4404#define MEM_ALIGN sizeof (double)
4405 4405
4406/* Predicate returning true if part of the address range [START .. 4406/* Predicate returning true if part of the address range [START .. END]
4407 END[ is currently mapped. Used to prevent overwriting an existing 4407 is currently mapped. Used to prevent overwriting an existing
4408 memory mapping. 4408 memory mapping.
4409 4409
4410 Default is to conservativly assume the address range is occupied by 4410 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)
573} 573}
574 574
575 575
576/* Make the gap NBYTES_REMOVED bytes shorted. */ 576/* Make the gap NBYTES_REMOVED bytes shorter. */
577 577
578void 578void
579make_gap_smaller (nbytes_removed) 579make_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
215 MULTIBYTE_CHAR_KEYSTROKE_EVENT, /* The multibyte char code is in .code, 215 MULTIBYTE_CHAR_KEYSTROKE_EVENT, /* The multibyte char code is in .code,
216 perhaps with modifiers applied. 216 perhaps with modifiers applied.
217 The others are the same as 217 The others are the same as
218 ASCII_KEYSTROKE_EVENT. This type of event 218 ASCII_KEYSTROKE_EVENT. */
219 is generated only when we are using
220 XIM on X window. */
221 NON_ASCII_KEYSTROKE_EVENT, /* .code is a number identifying the 219 NON_ASCII_KEYSTROKE_EVENT, /* .code is a number identifying the
222 function key. A code N represents 220 function key. A code N represents
223 a key whose name is 221 a key whose name is