# HG changeset patch # User Dave Love # Date 1029675313 0 # Node ID 16317690f974a349aa52864f05eeaaf26cc0968c # Parent 3b6ee04091ff588649c396cc2c8cf4b52d4b28b6 (Funibyte_char_to_multibyte): Doc fix. diff -r 3b6ee04091ff -r 16317690f974 src/character.c --- a/src/character.c Sun Aug 18 12:54:49 2002 +0000 +++ b/src/character.c Sun Aug 18 12:55:13 2002 +0000 @@ -233,7 +233,7 @@ Sunibyte_char_to_multibyte, 1, 1, 0, doc: /* Convert the unibyte character CH to multibyte character. The multibyte character is a result of decoding CH by -the current primary charset (value of `charset-primary'). */) +the current unibyte charset (see `unibyte-charset'). */) (ch) Lisp_Object ch; {