diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 1bd6682c3b6..add2f37109b 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3517,7 +3517,7 @@ usage: (format STRING &rest OBJECTS) */) | |||
| 3517 | int multibyte = 0; | 3517 | int multibyte = 0; |
| 3518 | /* When we make a multibyte string, we must pay attention to the | 3518 | /* When we make a multibyte string, we must pay attention to the |
| 3519 | byte combining problem, i.e., a byte may be combined with a | 3519 | byte combining problem, i.e., a byte may be combined with a |
| 3520 | multibyte charcter of the previous string. This flag tells if we | 3520 | multibyte character of the previous string. This flag tells if we |
| 3521 | must consider such a situation or not. */ | 3521 | must consider such a situation or not. */ |
| 3522 | int maybe_combine_byte; | 3522 | int maybe_combine_byte; |
| 3523 | unsigned char *this_format; | 3523 | unsigned char *this_format; |