aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-11-11 10:37:09 +0000
committerKenichi Handa1998-11-11 10:37:09 +0000
commitea12aa2bf9838750162d7bf69534f1e274bab103 (patch)
treeb05fdca6ce45d8917bc053332190ba60c106259e /src
parent32278fd599e7d00d9584a0c31700a8294e13b8a8 (diff)
downloademacs-ea12aa2bf9838750162d7bf69534f1e274bab103.tar.gz
emacs-ea12aa2bf9838750162d7bf69534f1e274bab103.zip
(byte_combining_error): Error message improved.
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c2
1 files changed, 1 insertions, 1 deletions
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)
1032void 1032void
1033byte_combining_error () 1033byte_combining_error ()
1034{ 1034{
1035 error ("Byte combining across region boundary inhibitted"); 1035 error ("Byte combining across boundary of accessible buffer text inhibitted");
1036} 1036}
1037 1037
1038/* If we are going to combine bytes at POS which is at a narrowed 1038/* If we are going to combine bytes at POS which is at a narrowed