1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 05:22:04 -08:00

(Fchar_to_string): Make the doc string consistent with arguments.

This commit is contained in:
Pavel Janík 2001-10-15 14:13:56 +00:00
parent 36e4c3f0ca
commit f32cdf59fa
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* editfns.c (Fchar_to_string): Make the doc string consistent with
arguments.
2001-10-15 Gerd Moellmann <gerd@gnu.org>
* window.c (select_window_1): Unfreeze window start. Remove a

View file

@ -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;
{