]> code.delx.au - gnu-emacs/commitdiff
(Fencode_sjis_char, Fencode_big5_char): Improve argument/docstring consistency.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 22:18:51 +0000 (22:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 22:18:51 +0000 (22:18 +0000)
src/coding.c

index 1603b44e0984d507a84c7dc5a12126f652550436..244861fe8849d417ff3d118ef5e9fa027bae7990 100644 (file)
@@ -7274,7 +7274,7 @@ Return the corresponding character.  */)
 }
 
 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.  */)
      (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,
-       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.  */)
      (ch)
      Lisp_Object ch;