From: Pavel Janík Date: Tue, 23 Oct 2001 11:58:29 +0000 (+0000) Subject: (char-to-string): Fix argument names (use CHAR instead of C) and usage. X-Git-Tag: ttn-vms-21-2-B4~19240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0628308181f13916cd77aa0e1cc750ce900db6db;p=emacs.git (char-to-string): Fix argument names (use CHAR instead of C) and usage. --- diff --git a/src/editfns.c b/src/editfns.c index c13c2487907..93f32717299 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -164,7 +164,8 @@ init_editfns () } 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; {