diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 644f649ad36..28ab86c43fc 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -8184,7 +8184,7 @@ Return the corresponding character. */) | |||
| 8184 | 8184 | ||
| 8185 | 8185 | ||
| 8186 | DEFUN ("encode-sjis-char", Fencode_sjis_char, Sencode_sjis_char, 1, 1, 0, | 8186 | DEFUN ("encode-sjis-char", Fencode_sjis_char, Sencode_sjis_char, 1, 1, 0, |
| 8187 | doc: /* Encode a Japanese character CHAR to shift_jis encoding. | 8187 | doc: /* Encode a Japanese character CH to shift_jis encoding. |
| 8188 | Return the corresponding code in SJIS. */) | 8188 | Return the corresponding code in SJIS. */) |
| 8189 | (ch) | 8189 | (ch) |
| 8190 | Lisp_Object ch; | 8190 | Lisp_Object ch; |
| @@ -8252,7 +8252,7 @@ Return the corresponding character. */) | |||
| 8252 | } | 8252 | } |
| 8253 | 8253 | ||
| 8254 | DEFUN ("encode-big5-char", Fencode_big5_char, Sencode_big5_char, 1, 1, 0, | 8254 | DEFUN ("encode-big5-char", Fencode_big5_char, Sencode_big5_char, 1, 1, 0, |
| 8255 | doc: /* Encode the Big5 character CHAR to BIG5 coding system. | 8255 | doc: /* Encode the Big5 character CH to BIG5 coding system. |
| 8256 | Return the corresponding character code in Big5. */) | 8256 | Return the corresponding character code in Big5. */) |
| 8257 | (ch) | 8257 | (ch) |
| 8258 | Lisp_Object ch; | 8258 | Lisp_Object ch; |