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:
parent
aa801467ea
commit
1be6387dbd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user