From: Kenichi Handa Date: Fri, 3 Sep 1999 01:28:42 +0000 (+0000) Subject: Type in comment fixed. X-Git-Tag: emacs-pretest-21.0.90~6934 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1be6387dbd866b33f74edd9389861797dad02c92;p=emacs.git Type in comment fixed. --- 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) 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);