Mercurial > emacs
changeset 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 | 59ebf26b96e4 |
children | edeb1e24fc39 |
files | lib-src/emacsclient.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
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"