emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 4e2caef: ; * src/character.c (str_as_multibyte): Fix the commen


From: Eli Zaretskii
Subject: emacs-27 4e2caef: ; * src/character.c (str_as_multibyte): Fix the commentary.
Date: Fri, 21 Aug 2020 11:15:37 -0400 (EDT)

branch: emacs-27
commit 4e2caef38499873ef801029e30357a023e939929
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/character.c (str_as_multibyte): Fix the commentary.
---
 src/character.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/character.c b/src/character.c
index 5d419a2..97065e1 100644
--- a/src/character.c
+++ b/src/character.c
@@ -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.  */
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]