changeset 88990:16317690f974

(Funibyte_char_to_multibyte): Doc fix.
author Dave Love <fx@gnu.org>
date Sun, 18 Aug 2002 12:55:13 +0000
parents 3b6ee04091ff
children 8f20edeaf2e8
files src/character.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {