diff options
| author | Kenichi Handa | 1998-11-11 10:37:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-11-11 10:37:09 +0000 |
| commit | ea12aa2bf9838750162d7bf69534f1e274bab103 (patch) | |
| tree | b05fdca6ce45d8917bc053332190ba60c106259e /src | |
| parent | 32278fd599e7d00d9584a0c31700a8294e13b8a8 (diff) | |
| download | emacs-ea12aa2bf9838750162d7bf69534f1e274bab103.tar.gz emacs-ea12aa2bf9838750162d7bf69534f1e274bab103.zip | |
(byte_combining_error): Error message improved.
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 2 |
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) | |||
| 1032 | void | 1032 | void |
| 1033 | byte_combining_error () | 1033 | byte_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 |