diff options
| author | Karl Heuer | 1998-06-20 22:06:30 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-06-20 22:06:30 +0000 |
| commit | 94487c4e376640bab3281d19b19bbca531ab78ec (patch) | |
| tree | e3a7036be3c5cffb73bd92d9f1fefaeadb4fd81a /src/emacs.c | |
| parent | 799fdb040b4d006cfefd0a4d288f4dc89c436447 (diff) | |
| download | emacs-94487c4e376640bab3281d19b19bbca531ab78ec.tar.gz emacs-94487c4e376640bab3281d19b19bbca531ab78ec.zip | |
Doc fixes.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
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 | } |