aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-05 04:11:47 +0000
committerJuanma Barranquero2006-11-05 04:11:47 +0000
commit60a294e2e92457c71ea42069886cced6614da51e (patch)
treed48aecdec19d63339ad15c1a041bce4941a2ac8a /src
parentbd45aef790bda6b20f723740dcce476aec1aa8b1 (diff)
downloademacs-60a294e2e92457c71ea42069886cced6614da51e.tar.gz
emacs-60a294e2e92457c71ea42069886cced6614da51e.zip
(unexec): Fix typo in output message.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
-rw-r--r--src/unexcw.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 924e643f612..2f6cd216af3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12006-11-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * dosfns.c (Finsert_startup_screen):
4 * fns.c (Ffeaturep, syms_of_fns):
5 * frame.c (syms_of_frame): Fix typos in docstrings.
6
7 * unexcw.c (unexec): Fix typo in output message.
8
12006-11-04 Ralf Angeli <angeli@caeruleus.net> 92006-11-04 Ralf Angeli <angeli@caeruleus.net>
2 10
3 * w32fns.c (w32_createwindow): Remove code for handling -geometry 11 * 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,
262 if (bss_sbrk_did_unexec) 262 if (bss_sbrk_did_unexec)
263 { 263 {
264 /* can only dump once */ 264 /* can only dump once */
265 printf ("You can only dump emacs once on this platform.\n"); 265 printf ("You can only dump Emacs once on this platform.\n");
266 return (1); 266 return (1);
267 } 267 }
268 268