]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorKarl Heuer <kwzh@gnu.org>
Fri, 5 Jun 1998 15:51:08 +0000 (15:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 5 Jun 1998 15:51:08 +0000 (15:51 +0000)
src/emacs.c

index e998c853af95df11443b87cc41edf62ab59de4b5..f24e7bd6dcba6ceb2f1a4587334a6cc3ba647ae6 100644 (file)
@@ -1213,7 +1213,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
   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));