comparison lib-src/emacsclient.c @ 105608:1af242c07461

(print_help_and_exit): Fix bug report instructions.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 Oct 2009 06:11:57 +0000
parents 7bad97f82eb6
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
105607:f937670ddf40 105608:1af242c07461
668 #ifndef WINDOWSNT 668 #ifndef WINDOWSNT
669 " If EDITOR is the empty string, start Emacs in daemon\n\ 669 " If EDITOR is the empty string, start Emacs in daemon\n\
670 mode and try connecting again\n" 670 mode and try connecting again\n"
671 #endif /* not WINDOWSNT */ 671 #endif /* not WINDOWSNT */
672 "\n\ 672 "\n\
673 Report bugs to bug-gnu-emacs@gnu.org.\n", progname); 673 Report bugs with M-x report-emacs-bug.\n", progname);
674 exit (EXIT_SUCCESS); 674 exit (EXIT_SUCCESS);
675 } 675 }
676 676
677 /* 677 /*
678 Try to run a different command, or --if no alternate editor is 678 Try to run a different command, or --if no alternate editor is