changeset 22359:9e5f3f1c0c0f

Comment change.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jun 1998 15:51:08 +0000
parents 6c112ffbcc91
children 09dbe38a603f
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Fri Jun 05 15:49:43 1998 +0000
+++ b/src/emacs.c	Fri Jun 05 15:51:08 1998 +0000
@@ -1213,7 +1213,7 @@
   if (!initialized)
     {
       char *file;
-      /* Handle -l loadup-and-dump, args passed by Makefile. */
+      /* Handle -l loadup, args passed by Makefile. */
       if (argmatch (argv, argc, "-l", "--load", 3, &file, &skip_args))
 	Vtop_level = Fcons (intern ("load"),
 			    Fcons (build_string (file), Qnil));