comparison lib-src/emacsclient.c @ 102823:3b582fef386d

(print_help_and_exit): Fix typo.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 02 Apr 2009 19:43:27 +0000
parents 10dc40769985
children fdccf299eae0
comparison
equal deleted inserted replaced
102822:c2de70f2c676 102823:3b582fef386d
635 #endif 635 #endif
636 "-f, --server-file=FILENAME\n\ 636 "-f, --server-file=FILENAME\n\
637 Set filename of the TCP authentication file\n\ 637 Set filename of the TCP authentication file\n\
638 -a, --alternate-editor=EDITOR\n\ 638 -a, --alternate-editor=EDITOR\n\
639 Editor to fallback to if the server is not running\n" 639 Editor to fallback to if the server is not running\n"
640 #ifdef WINDOWSNT 640 #ifndef WINDOWSNT
641 " If EDITOR is the empty string, start Emacs in daemon\n\ 641 " If EDITOR is the empty string, start Emacs in daemon\n\
642 mode and try connecting again\n" 642 mode and try connecting again\n"
643 #endif /* WINDOWSNT */ 643 #endif /* not WINDOWSNT */
644 "\n\ 644 "\n\
645 Report bugs to bug-gnu-emacs@gnu.org.\n", progname); 645 Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
646 exit (EXIT_SUCCESS); 646 exit (EXIT_SUCCESS);
647 } 647 }
648 648