summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-04-02 19:43:27 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-04-02 19:43:27 +0000
commit6133a1a9b7444f082a62f2acd92df1dc15ee6829 (patch)
treebb438cefd188c254d5b7ab81b4d2eb8dc740efcb /lib-src/emacsclient.c
parentf82e857f9fb6cd12ccb6e817334b1393886eebd1 (diff)
downloademacs-6133a1a9b7444f082a62f2acd92df1dc15ee6829.tar.gz
(print_help_and_exit): Fix typo.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r--lib-src/emacsclient.c4
1 files changed, 2 insertions, 2 deletions
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);