diff options
| author | Kenichi Handa | 1999-09-03 01:28:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-09-03 01:28:42 +0000 |
| commit | 1be6387dbd866b33f74edd9389861797dad02c92 (patch) | |
| tree | 09aaef94039f6ce71a30405370c69736ed865a5a /src/buffer.c | |
| parent | aa801467ea5017bd71f12dc2f2034d3dce15cb57 (diff) | |
| download | emacs-1be6387dbd866b33f74edd9389861797dad02c92.tar.gz emacs-1be6387dbd866b33f74edd9389861797dad02c92.zip | |
Type in comment fixed.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 20accd77a20..5d2db83521e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1748,7 +1748,7 @@ advance_to_char_boundary (byte_pos) | |||
| 1748 | c = FETCH_BYTE (byte_pos); | 1748 | c = FETCH_BYTE (byte_pos); |
| 1749 | if (! CHAR_HEAD_P (c)) | 1749 | if (! CHAR_HEAD_P (c)) |
| 1750 | { | 1750 | { |
| 1751 | /* We should advance BYTE_POS only when C is a constituen of a | 1751 | /* We should advance BYTE_POS only when C is a constituent of a |
| 1752 | multibyte sequence. */ | 1752 | multibyte sequence. */ |
| 1753 | DEC_POS (byte_pos); | 1753 | DEC_POS (byte_pos); |
| 1754 | INC_POS (byte_pos); | 1754 | INC_POS (byte_pos); |