diff options
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 |