comparison src/emacs.c @ 22529:d9eac134a41b

Doc fixes.
author Karl Heuer <kwzh@gnu.org>
date Sat, 20 Jun 1998 22:06:30 +0000
parents 393df8deb0b9
children b071f874301e
comparison
equal deleted inserted replaced
22528:917ec8bf0d89 22529:d9eac134a41b
597 printf ("Copyright (C) 1998 Free Software Foundation, Inc.\n"); 597 printf ("Copyright (C) 1998 Free Software Foundation, Inc.\n");
598 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); 598 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
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 }
606 606
607 /* Map in shared memory, if we are using that. */ 607 /* Map in shared memory, if we are using that. */