From f32cdf59fa22303bcea0ed40cb408d01121c250c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 15 Oct 2001 14:13:56 +0000 Subject: [PATCH] (Fchar_to_string): Make the doc string consistent with arguments. --- src/ChangeLog | 5 +++++ src/editfns.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 61c0682421d..c6106679cc9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-15 Pavel Jan,Bm(Bk + + * editfns.c (Fchar_to_string): Make the doc string consistent with + arguments. + 2001-10-15 Gerd Moellmann * window.c (select_window_1): Unfreeze window start. Remove a diff --git a/src/editfns.c b/src/editfns.c index 2cf10923b37..bc02feeff2a 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -166,7 +166,7 @@ init_editfns () } DEFUN ("char-to-string", Fchar_to_string, Schar_to_string, 1, 1, 0, - "Convert arg CHAR to a string containing that character.") + "Convert arg CHARACTER to a string containing that character.") (character) Lisp_Object character; { -- 2.39.2