]> git.eshelyaron.com Git - emacs.git/commitdiff
(unexec): Fix typo in output message.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Nov 2006 04:11:47 +0000 (04:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Nov 2006 04:11:47 +0000 (04:11 +0000)
src/ChangeLog
src/unexcw.c

index 924e643f612ce0f795336476530354d9a97aa494..2f6cd216af350a263b1ef2675e9ef05407f75e6d 100644 (file)
@@ -1,3 +1,11 @@
+2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dosfns.c (Finsert_startup_screen):
+       * fns.c (Ffeaturep, syms_of_fns):
+       * frame.c (syms_of_frame): Fix typos in docstrings.
+
+       * unexcw.c (unexec): Fix typo in output message.
+
 2006-11-04  Ralf Angeli  <angeli@caeruleus.net>
 
        * w32fns.c (w32_createwindow): Remove code for handling -geometry
index aee4f58896c15a717fa69127df3390a4f51796c0..92e313c05d6f161658305358583a1446be4ac6e4 100644 (file)
@@ -262,7 +262,7 @@ unexec (char *outfile, char *infile, unsigned start_data, unsigned d1,
   if (bss_sbrk_did_unexec)
     {
       /* can only dump once */
-      printf ("You can only dump emacs once on this platform.\n");
+      printf ("You can only dump Emacs once on this platform.\n");
       return (1);
     }