Mercurial > emacs
diff lib-src/emacsclient.c @ 103026:9265a8db20b3
* emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
spacing is required in the message output, as the comment suggests).
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 20 Apr 2009 03:19:19 +0000 |
| parents | fdccf299eae0 |
| children | 48d529d3a5a4 |
line wrap: on
line diff
--- a/lib-src/emacsclient.c Mon Apr 20 02:52:56 2009 +0000 +++ b/lib-src/emacsclient.c Mon Apr 20 03:19:19 2009 +0000 @@ -625,19 +625,19 @@ -H, --help Print this usage information message\n\ -nw, -t, --tty Open a new Emacs frame on the current terminal\n\ -c, --create-frame Create a new frame instead of trying to\n\ - use the current Emacs frame\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\ -d DISPLAY, --display=DISPLAY\n\ - Visit the file in the given display\n" + Visit the file in the given display\n" #ifndef NO_SOCKETS_IN_FILE_SYSTEM "-s SOCKET, --socket-name=SOCKET\n\ - Set filename of the UNIX socket for communication\n" + Set filename of the UNIX socket for communication\n" #endif "-f SERVER, --server-file=SERVER\n\ - Set filename of the TCP authentication file\n\ + Set filename of the TCP authentication file\n\ -a EDITOR, --alternate-editor=EDITOR\n\ - Editor to fallback to if the server is not running.\n" + Editor to fallback to if the server is not running\n" #ifndef WINDOWSNT " If EDITOR is the empty string, start Emacs in daemon\n\ mode and try connecting again\n"
