From: Kenichi Handa Date: Fri, 4 Jul 2008 02:20:08 +0000 (+0000) Subject: (str_to_unibyte): Modify the comment. X-Git-Tag: emacs-pretest-23.0.90~4334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f27f70ecd301c51667ec2acbed9f9729a26f520a;p=emacs.git (str_to_unibyte): Modify the comment. --- diff --git a/src/character.c b/src/character.c index 387b15a6680..ede99cf7776 100644 --- a/src/character.c +++ b/src/character.c @@ -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)