]> git.eshelyaron.com Git - emacs.git/commitdiff
(str_to_unibyte): Modify the comment.
authorKenichi Handa <handa@m17n.org>
Fri, 4 Jul 2008 02:20:08 +0000 (02:20 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 4 Jul 2008 02:20:08 +0000 (02:20 +0000)
src/character.c

index 387b15a6680c341e1a20e8596339e2c80e7845ce..ede99cf777687a02b3051ce4704363d9c7406006 100644 (file)
@@ -840,7 +840,8 @@ str_as_unibyte (str, bytes)
    Usually, the value is the same as CHARS, but is less than it if SRC
    contains a non-ASCII, non-eight-bit characater.  If ACCEPT_LATIN_1
    is nonzero, a Latin-1 character is accepted and converted to a byte
-   of that character code. */
+   of that character code.
+   Note: Currently the arg ACCEPT_LATIN_1 is not used.  */
 
 EMACS_INT
 str_to_unibyte (src, dst, chars, accept_latin_1)