1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

Type in comment fixed.

This commit is contained in:
Kenichi Handa 1999-09-03 01:28:42 +00:00
parent aa801467ea
commit 1be6387dbd

View File

@ -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);