(char-to-string): Fix argument names (use CHAR instead of C) and usage.
authorPavel Janík <Pavel@Janik.cz>
Tue, 23 Oct 2001 11:58:29 +0000 (11:58 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 23 Oct 2001 11:58:29 +0000 (11:58 +0000)
src/editfns.c

index c13c248..93f3271 100644 (file)
@@ -164,7 +164,8 @@ init_editfns ()
 }
 \f
 DEFUN ("char-to-string", Fchar_to_string, Schar_to_string, 1, 1, 0,
-       doc: /* Convert arg CHARACTER to a string containing that character.  */)
+       doc: /* Convert arg CHAR to a string containing that character.
+usage: (char-to-string CHAR)  */)
      (character)
      Lisp_Object character;
 {