Mercurial > emacs
changeset 25508:b65b5bdae65a
Type in comment fixed.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 03 Sep 1999 01:28:42 +0000 |
parents | b9b4581adf36 |
children | d1fbe67c3f69 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Fri Sep 03 01:28:42 1999 +0000 +++ b/src/buffer.c Fri Sep 03 01:28:42 1999 +0000 @@ -1748,7 +1748,7 @@ c = FETCH_BYTE (byte_pos); if (! CHAR_HEAD_P (c)) { - /* We should advance BYTE_POS only when C is a constituen of a + /* We should advance BYTE_POS only when C is a constituent of a multibyte sequence. */ DEC_POS (byte_pos); INC_POS (byte_pos);