From: Karl Heuer Date: Fri, 5 Jun 1998 15:51:08 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.3~719 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=303901fb14d224be17001f0ce858cf1d7775e442;p=emacs.git Comment change. --- diff --git a/src/emacs.c b/src/emacs.c index e998c853af9..f24e7bd6dcb 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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));