# HG changeset patch # User Juanma Barranquero # Date 1203094739 0 # Node ID e05f6258e35f565e7bc854b2bcbef139e139e437 # Parent 59ebf26b96e4f9be18c11775fc9461449aaee02e (print_help_and_exit): Show -d option on Windows. diff -r 59ebf26b96e4 -r e05f6258e35f lib-src/emacsclient.c --- a/lib-src/emacsclient.c Fri Feb 15 16:32:39 2008 +0000 +++ b/lib-src/emacsclient.c Fri Feb 15 16:58:59 2008 +0000 @@ -613,10 +613,8 @@ -c, --create-frame Create a new frame instead of trying to\n\ use the current Emacs frame\n\ -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ --n, --no-wait Don't wait for the server to return\n" -#ifndef WINDOWSNT -"-d, --display=DISPLAY Visit the file in the given display\n" -#endif +-n, --no-wait Don't wait for the server to return\n\ +-d, --display=DISPLAY Visit the file in the given display\n" #ifndef NO_SOCKETS_IN_FILE_SYSTEM "-s, --socket-name=FILENAME\n\ Set filename of the UNIX socket for communication\n"