aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKarl Heuer1998-06-20 22:06:30 +0000
committerKarl Heuer1998-06-20 22:06:30 +0000
commit94487c4e376640bab3281d19b19bbca531ab78ec (patch)
treee3a7036be3c5cffb73bd92d9f1fefaeadb4fd81a /src/emacs.c
parent799fdb040b4d006cfefd0a4d288f4dc89c436447 (diff)
downloademacs-94487c4e376640bab3281d19b19bbca531ab78ec.tar.gz
emacs-94487c4e376640bab3281d19b19bbca531ab78ec.zip
Doc fixes.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 3a1e0f2b5ff..671c6eb4b62 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -599,7 +599,7 @@ main (argc, argv, envp)
599 printf ("You may redistribute copies of Emacs\n"); 599 printf ("You may redistribute copies of Emacs\n");
600 printf ("under the terms of the GNU General Public License.\n"); 600 printf ("under the terms of the GNU General Public License.\n");
601 printf ("For more information about these matters, "); 601 printf ("For more information about these matters, ");
602 printf ("see the files named COPYING.\n"); 602 printf ("see the file named COPYING.\n");
603 exit (0); 603 exit (0);
604 } 604 }
605 } 605 }