]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fchar_to_string): Make the doc string consistent with arguments.
authorPavel Janík <Pavel@Janik.cz>
Mon, 15 Oct 2001 14:13:56 +0000 (14:13 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 15 Oct 2001 14:13:56 +0000 (14:13 +0000)
src/ChangeLog
src/editfns.c

index 61c0682421d73ea394188db5de6eb98d43b9a5fc..c6106679cc9444b5c4984c012094563ed4bc0582 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-15  Pavel Jan\e,Bm\e(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
index 2cf10923b37fafbf5cdf465eef91f0ac6cbefc64..bc02feeff2acfa0c4d5d3ce6122752ecb730b01f 100644 (file)
@@ -166,7 +166,7 @@ init_editfns ()
 }
 \f
 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;
 {