changeset 96501:919775e9f3bf

(str_to_unibyte): Modify the comment.
author Kenichi Handa <handa@m17n.org>
date Fri, 04 Jul 2008 02:20:08 +0000
parents 4c68d664c39b
children ff7196ae78c9
files src/character.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/character.c	Fri Jul 04 00:34:02 2008 +0000
+++ b/src/character.c	Fri Jul 04 02:20:08 2008 +0000
@@ -840,7 +840,8 @@
    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)