From 6133a1a9b7444f082a62f2acd92df1dc15ee6829 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 2 Apr 2009 19:43:27 +0000 Subject: [PATCH] (print_help_and_exit): Fix typo. --- lib-src/ChangeLog | 4 ++++ lib-src/emacsclient.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b9c6f1318e6..cd7f3f8344d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2009-04-02 Dan Nicolaescu + + * emacsclient.c (print_help_and_exit): Fix typo. + 2009-03-21 Eli Zaretskii * ntlib.c (setuid): Argument is now unsigned. diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index f66d6b4cd25..558427118e5 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -637,10 +637,10 @@ The following OPTIONS are accepted:\n\ Set filename of the TCP authentication file\n\ -a, --alternate-editor=EDITOR\n\ Editor to fallback to if the server is not running\n" -#ifdef WINDOWSNT +#ifndef WINDOWSNT " If EDITOR is the empty string, start Emacs in daemon\n\ mode and try connecting again\n" -#endif /* WINDOWSNT */ +#endif /* not WINDOWSNT */ "\n\ Report bugs to bug-gnu-emacs@gnu.org.\n", progname); exit (EXIT_SUCCESS); -- 2.11.4.GIT