From: Juanma Barranquero Date: Sun, 5 Nov 2006 04:11:47 +0000 (+0000) Subject: (unexec): Fix typo in output message. X-Git-Tag: emacs-pretest-22.0.91~339 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60a294e2e92457c71ea42069886cced6614da51e;p=emacs.git (unexec): Fix typo in output message. --- diff --git a/src/ChangeLog b/src/ChangeLog index 924e643f612..2f6cd216af3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2006-11-05 Juanma Barranquero + + * 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 * w32fns.c (w32_createwindow): Remove code for handling -geometry diff --git a/src/unexcw.c b/src/unexcw.c index aee4f58896c..92e313c05d6 100644 --- a/src/unexcw.c +++ b/src/unexcw.c @@ -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); }