diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.c | 2 |
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. |
| 235 | The multibyte character is a result of decoding CH by | 235 | The multibyte character is a result of decoding CH by |
| 236 | the current primary charset (value of `charset-primary'). */) | 236 | the current unibyte charset (see `unibyte-charset'). */) |
| 237 | (ch) | 237 | (ch) |
| 238 | Lisp_Object ch; | 238 | Lisp_Object ch; |
| 239 | { | 239 | { |