From: Dave Love Date: Sun, 18 Aug 2002 12:55:13 +0000 (+0000) Subject: (Funibyte_char_to_multibyte): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed1d5bc0b2b76c2ee21ca5ee2af3c9fc186748a0;p=emacs.git (Funibyte_char_to_multibyte): Doc fix. --- diff --git a/src/character.c b/src/character.c index 376b33ba982..880b86e48a8 100644 --- a/src/character.c +++ b/src/character.c @@ -233,7 +233,7 @@ DEFUN ("unibyte-char-to-multibyte", Funibyte_char_to_multibyte, 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; {