From 9dfda22f23342984d686e9c8cb85fa52e2183353 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 20 Apr 2009 03:19:19 +0000 Subject: [PATCH] * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful spacing is required in the message output, as the comment suggests). --- lib-src/ChangeLog | 5 +++++ lib-src/emacsclient.c | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 697c5404cc..49ee64d55f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2009-04-20 Juanma Barranquero + + * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful + spacing is required in the message output, as the comment suggests). + 2009-04-20 Chong Yidong * emacsclient.c (print_help_and_exit): Clarify argument placement diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index e35e35b9ff..a451c1b9ba 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -625,19 +625,19 @@ The following OPTIONS are accepted:\n\ -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" -- 2.20.1