mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(Fencode_sjis_char, Fencode_big5_char): Improve argument/docstring consistency.
This commit is contained in:
parent
2b8ecab897
commit
8acf0c0e20
1 changed files with 2 additions and 2 deletions
|
|
@ -7274,7 +7274,7 @@ Return the corresponding character. */)
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFUN ("encode-sjis-char", Fencode_sjis_char, Sencode_sjis_char, 1, 1, 0,
|
DEFUN ("encode-sjis-char", Fencode_sjis_char, Sencode_sjis_char, 1, 1, 0,
|
||||||
doc: /* Encode a Japanese character CHAR to shift_jis encoding.
|
doc: /* Encode a Japanese character CH to shift_jis encoding.
|
||||||
Return the corresponding code in SJIS. */)
|
Return the corresponding code in SJIS. */)
|
||||||
(ch)
|
(ch)
|
||||||
Lisp_Object ch;
|
Lisp_Object ch;
|
||||||
|
|
@ -7334,7 +7334,7 @@ Return the corresponding character. */)
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFUN ("encode-big5-char", Fencode_big5_char, Sencode_big5_char, 1, 1, 0,
|
DEFUN ("encode-big5-char", Fencode_big5_char, Sencode_big5_char, 1, 1, 0,
|
||||||
doc: /* Encode the Big5 character CHAR to BIG5 coding system.
|
doc: /* Encode the Big5 character CH to BIG5 coding system.
|
||||||
Return the corresponding character code in Big5. */)
|
Return the corresponding character code in Big5. */)
|
||||||
(ch)
|
(ch)
|
||||||
Lisp_Object ch;
|
Lisp_Object ch;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue