]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/character.c (str_as_multibyte): Fix the commentary.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Aug 2020 15:15:05 +0000 (18:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Aug 2020 15:15:05 +0000 (18:15 +0300)
src/character.c

index 5d419a2e836cc491c1032fff2115e2508573ae6e..97065e17f0160164e869579de5b100922600b55d 100644 (file)
@@ -550,9 +550,9 @@ parse_str_as_multibyte (const unsigned char *str, ptrdiff_t len,
 
 /* Arrange unibyte text at STR of NBYTES bytes as a multibyte text.
    It actually converts only such 8-bit characters that don't construct
-   a multibyte sequence to multibyte forms of Latin-1 characters.  If
-   NCHARS is nonzero, set *NCHARS to the number of characters in the
-   text.  It is assured that we can use LEN bytes at STR as a work
+   a multibyte sequence to multibyte forms of raw bytes.  If NCHARS
+   is nonzero, set *NCHARS to the number of characters in the text.
+   It is assured that we can use LEN bytes at STR as a work
    area and that is enough.  Return the number of bytes of the
    resulting text.  */