From: Pavel Janík Date: Mon, 15 Oct 2001 14:13:56 +0000 (+0000) Subject: (Fchar_to_string): Make the doc string consistent with arguments. X-Git-Tag: emacs-21.1~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f32cdf59fa22303bcea0ed40cb408d01121c250c;p=emacs.git (Fchar_to_string): Make the doc string consistent with arguments. --- 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; {