From ea12aa2bf9838750162d7bf69534f1e274bab103 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 11 Nov 1998 10:37:09 +0000 Subject: [PATCH] (byte_combining_error): Error message improved. --- src/insdel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insdel.c b/src/insdel.c index 4ed8ac46674..ab7927964de 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -1032,7 +1032,7 @@ combine_bytes (pos, pos_byte, nbytes) void byte_combining_error () { - error ("Byte combining across region boundary inhibitted"); + error ("Byte combining across boundary of accessible buffer text inhibitted"); } /* If we are going to combine bytes at POS which is at a narrowed -- 2.39.2