aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.c
diff options
context:
space:
mode:
authorDave Love2002-08-18 12:55:13 +0000
committerDave Love2002-08-18 12:55:13 +0000
commited1d5bc0b2b76c2ee21ca5ee2af3c9fc186748a0 (patch)
tree27a0415200205f860e55ca4995bad7cb13601569 /src/character.c
parentc8533ac4fa4ff48e06ac14d7d507a5ffa501d2b1 (diff)
downloademacs-ed1d5bc0b2b76c2ee21ca5ee2af3c9fc186748a0.tar.gz
emacs-ed1d5bc0b2b76c2ee21ca5ee2af3c9fc186748a0.zip
(Funibyte_char_to_multibyte): Doc fix.
Diffstat (limited to 'src/character.c')
-rw-r--r--src/character.c2
1 files changed, 1 insertions, 1 deletions
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,
233 Sunibyte_char_to_multibyte, 1, 1, 0, 233 Sunibyte_char_to_multibyte, 1, 1, 0,
234 doc: /* Convert the unibyte character CH to multibyte character. 234 doc: /* Convert the unibyte character CH to multibyte character.
235The multibyte character is a result of decoding CH by 235The multibyte character is a result of decoding CH by
236the current primary charset (value of `charset-primary'). */) 236the current unibyte charset (see `unibyte-charset'). */)
237 (ch) 237 (ch)
238 Lisp_Object ch; 238 Lisp_Object ch;
239{ 239{