# HG changeset patch # User Kenichi Handa # Date 1113807500 0 # Node ID e938d7220d864f15b45775531f893f0adacc6d32 # Parent 146c086df160ae5f21e6f6468982a2846fffca93 (Fstring_as_multibyte): Fix the change for syncing with CVS head. diff -r 146c086df160 -r e938d7220d86 src/fns.c --- a/src/fns.c Thu Apr 14 05:03:52 2005 +0000 +++ b/src/fns.c Mon Apr 18 06:58:20 2005 +0000 @@ -1072,7 +1072,12 @@ If STRING is unibyte and contains an individual 8-bit byte (i.e. not part of a correct utf-8 sequence), it is converted to the corresponding multibyte character of charset `eight-bit'. -See also `string-to-multibyte'. */) +See also `string-to-multibyte'. + +Beware, this often doesn't really do what you think it does. +It is similar to (decode-coding-string STRING 'utf-8-emacs). +If you're not sure, whether to use `string-as-multibyte' or +`string-to-multibyte', use `string-to-multibyte'. */) (string) Lisp_Object string; {