]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct typos.
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 May 2000 16:29:46 +0000 (16:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 May 2000 16:29:46 +0000 (16:29 +0000)
src/ChangeLog

index 2a50cd86799198414a0c3d1beb6e7d945e83055c..9d71be3f3ba21259a57f43dc21b358fb09670c89 100644 (file)
        (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
        (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
 
-       * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl to
+       * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
        CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
        (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE,
        EMIT_BYTES): New macros.
        dst_multibyte members of coding.  On handling REPLACE on unibyte
        buffer, convert the result of decode_coding to unibyte.  On
        inserting into a mutibyte buffer, always call code_convert_region.
-       (e_write): Setup cdoing->src_multibyte according to the
+       (e_write): Setup coding->src_multibyte according to the
        multibyteness of the source (buffer or string).
 
        * fns.c (concat): Handle 8-bit characters correctly.