aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
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
8186DEFUN ("encode-sjis-char", Fencode_sjis_char, Sencode_sjis_char, 1, 1, 0, 8186DEFUN ("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.
8188Return the corresponding code in SJIS. */) 8188Return 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
8254DEFUN ("encode-big5-char", Fencode_big5_char, Sencode_big5_char, 1, 1, 0, 8254DEFUN ("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.
8256Return the corresponding character code in Big5. */) 8256Return the corresponding character code in Big5. */)
8257 (ch) 8257 (ch)
8258 Lisp_Object ch; 8258 Lisp_Object ch;