Mercurial > emacs
diff src/charset.c @ 21715:98c5740d198b
(Funibyte_char_to_multibyte): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Apr 1998 04:00:47 +0000 |
parents | 9b26f9300d41 |
children | 361e50e075d8 |
line wrap: on
line diff
--- a/src/charset.c Thu Apr 23 03:55:36 1998 +0000 +++ b/src/charset.c Thu Apr 23 04:00:47 1998 +0000 @@ -912,8 +912,8 @@ DEFUN ("unibyte-char-to-multibyte", Funibyte_char_to_multibyte, Sunibyte_char_to_multibyte, 1, 1, 0, "Convert the unibyte character CH to multibyte character.\n\ -The conversion is done based on nonascii-translate-table (which see)\n\ - or nonascii-insert-offset (which see).") +The conversion is done based on `nonascii-translate-table' (which see)\n\ + or `nonascii-insert-offset' (which see).") (ch) Lisp_Object ch; {