From c4b858e380343179d6b0bc1975db67879ba6cc2f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Oct 2007 09:46:55 +0000 Subject: [PATCH] (print_help_and_exit): Fix space to improve alignment in output messages. --- lib-src/ChangeLog | 5 +++++ lib-src/emacsclient.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bec78315e4..6ea05fb9e9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2007-10-09 Juanma Barranquero + + * emacsclient.c (print_help_and_exit): Fix space to improve + alignment in output messages. + 2007-09-27 Jason Rumney * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 02b70a3980..bfa4f9c01d 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -498,7 +498,7 @@ The following OPTIONS are accepted:\n\ -V, --version Just print version info and return\n\ -H, --help Print this usage information message\n\ -t, --tty Open a new Emacs frame on the current terminal\n\ --c, --create-frame Create a new frame instead of trying to\n\ +-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\ -- 2.20.1