aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-06-20 22:06:30 +0000
committerKarl Heuer <[email protected]>1998-06-20 22:06:30 +0000
commit94487c4e376640bab3281d19b19bbca531ab78ec (patch)
treee3a7036be3c5cffb73bd92d9f1fefaeadb4fd81a /src/emacs.c
parent799fdb040b4d006cfefd0a4d288f4dc89c436447 (diff)
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 3a1e0f2b5f..671c6eb4b6 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -599,7 +599,7 @@ main (argc, argv, envp)
printf ("You may redistribute copies of Emacs\n");
printf ("under the terms of the GNU General Public License.\n");
printf ("For more information about these matters, ");
- printf ("see the files named COPYING.\n");
+ printf ("see the file named COPYING.\n");
exit (0);
}
}