Mercurial > emacs
changeset 40203:9d2aeb5c05b4
(char-to-string): Fix argument names (use CHAR instead of C) and usage.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 23 Oct 2001 11:58:29 +0000 |
parents | c33b8aef3871 |
children | 2ee3c7f9fb40 |
files | src/editfns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Tue Oct 23 10:58:06 2001 +0000 +++ b/src/editfns.c Tue Oct 23 11:58:29 2001 +0000 @@ -164,7 +164,8 @@ } 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; {