]> git.eshelyaron.com Git - emacs.git/commitdiff
(Funibyte_char_to_multibyte): Doc fix.
authorDave Love <fx@gnu.org>
Sun, 18 Aug 2002 12:55:13 +0000 (12:55 +0000)
committerDave Love <fx@gnu.org>
Sun, 18 Aug 2002 12:55:13 +0000 (12:55 +0000)
src/character.c

index 376b33ba982cc4be71fa7fbf0722e795735f3d8c..880b86e48a8d655bebdbf7a21630afc9a3204289 100644 (file)
@@ -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;
 {