From 0628308181f13916cd77aa0e1cc750ce900db6db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 23 Oct 2001 11:58:29 +0000 Subject: [PATCH] (char-to-string): Fix argument names (use CHAR instead of C) and usage. --- src/editfns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index c13c248790..93f3271729 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; { -- 2.20.1