diff lib-src/emacsclient.c @ 91852:e05f6258e35f

(print_help_and_exit): Show -d option on Windows.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 15 Feb 2008 16:58:59 +0000
parents cb25fa691429
children 098ab8b8e2cb
line wrap: on
line diff
--- 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"