From 303901fb14d224be17001f0ce858cf1d7775e442 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 5 Jun 1998 15:51:08 +0000 Subject: [PATCH] Comment change. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.2