(print_help_and_exit): Fix typo.
This commit is contained in:
parent
f82e857f9f
commit
6133a1a9b7
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-04-02 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* emacsclient.c (print_help_and_exit): Fix typo.
|
||||
|
||||
2009-03-21 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* ntlib.c (setuid): Argument is now unsigned.
|
||||
|
|
|
@ -637,10 +637,10 @@ The following OPTIONS are accepted:\n\
|
|||
Set filename of the TCP authentication file\n\
|
||||
-a, --alternate-editor=EDITOR\n\
|
||||
Editor to fallback to if the server is not running\n"
|
||||
#ifdef WINDOWSNT
|
||||
#ifndef WINDOWSNT
|
||||
" If EDITOR is the empty string, start Emacs in daemon\n\
|
||||
mode and try connecting again\n"
|
||||
#endif /* WINDOWSNT */
|
||||
#endif /* not WINDOWSNT */
|
||||
"\n\
|
||||
Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
|
||||
exit (EXIT_SUCCESS);
|
||||
|
|
Loading…
Add table
Reference in a new issue